modal.css has no effect

rated by 0 users
This post has 0 Replies | 0 Followers

shakes
Top 75 Contributor
Posts 308
Points 4,675
By: shakes
Posted: Sat, Jul 12 2008 8:30 PM

I have been trying to theme my modal box and for some reason my changes do not take. I just wanted to change the background color from white to a dark grey. I have changed modal.css and modal_print.css and taken out dynamic themes.For some reason my chages do not show up. Anyone have any ideas?

 

Modal.css (according to firebug)

/*

2Overrides
3*/
5#CommonFooter
7 display: none;
10#CommonHeader
12 display: none;
16.Common
18 padding: 0px;
19 margin: 0px;
20 border-width: 0;
21 background-color: #fff;
22 width: auto;
25body, html
27 background-image: none;
28 margin: 0px;
29 padding: 4px;
30 background-color: #fff;
31 border-style: none;
34form
36 min-width: 0;
39.CommonContentArea
41 padding: 0px;
42 margin: 0px;
43 background-color: #fff;
46.CommonContent
48 border-width: 0;
49 background-color: #fff;
52.CommonFormArea
54 margin: 0;
57/*
58Modal Styles
59*/

Actual Modal.css File
/*
Overrides
*/

#CommonFooter
{
    display: none;
   
}

#CommonHeader
{
    display: none;
}


.Common
{
    padding: 0px;
    margin: 0px;
    border-width: 0;
    width: auto;
    background-color: #363636;
}

body, html
{
    background-image: none;
    margin: 0px;
    padding: 4px;
    border-style: none;
    background-color: #363636;
}

form
{
    min-width: 0;
    background-color: #363636;
}

.CommonContentArea
{
    padding: 0px;
    margin: 0px;
    background-color: #363636;
}

.CommonContent
{
    border-width: 0;
    background-color: #363636;
}

.CommonFormArea
{
    margin: 0;
    background-color: #363636;
}

/*
Modal Styles
*/

peace shakes

Carolina Pulse

 
  • Post Points: 5 |
Page 1 of 1 (1 items) | RSS
Powered by Community Server (Commercial Edition), by Telligent Systems

Copyright© 2008 Telligent Systems Inc. All rights reserved
CommunityServer.com  •  Telligent.com