1
0
Fork 0
forked from 0x2620/oxjs

update css (classic theme)

This commit is contained in:
rolux 2010-09-04 00:12:25 +02:00
commit fb91aca1aa
4 changed files with 20 additions and 16 deletions

View file

@ -194,6 +194,11 @@ Menus
================================================================================
*/
.OxThemeModern .OxMainMenu > .OxTitle.OxSelected {
background: -moz-linear-gradient(top, rgb(80, 80, 80), rgb(48, 48, 48));
background: -webkit-gradient(linear, left top, left bottom, from(rgb(80, 80, 80)), to(rgb(48, 48, 48)));
}
.OxThemeModern .OxMenu {
-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.75);
-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.75);