Reduced the opacity for style 3's coolmenus
This commit is contained in:
parent
362d9f113b
commit
7d3248da40
1 changed files with 6 additions and 6 deletions
|
|
@ -206,9 +206,9 @@ coolmenu.construct();
|
|||
}
|
||||
|
||||
.cLevel1border {
|
||||
opacity:0.8;
|
||||
-moz-opacity:0.8;
|
||||
-khtml-opacity:0.8;
|
||||
opacity:0.9;
|
||||
-moz-opacity:0.9;
|
||||
-khtml-opacity:0.9;
|
||||
position: absolute;
|
||||
visibility: hidden;
|
||||
background-color: #444;
|
||||
|
|
@ -242,9 +242,9 @@ coolmenu.construct();
|
|||
}
|
||||
|
||||
.cLevel2border {
|
||||
opacity:0.8;
|
||||
-moz-opacity:0.8;
|
||||
-khtml-opacity:0.8;
|
||||
opacity:0.9;
|
||||
-moz-opacity:0.9;
|
||||
-khtml-opacity:0.9;
|
||||
position: absolute;
|
||||
visibility: hidden;
|
||||
background-color: #444;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue