1
0
Fork 0
forked from 0x2620/oxjs

MainMenu in demos/test/index.html

This commit is contained in:
Rolux 2010-02-08 15:05:24 +05:30
commit a279bc7f6e
5 changed files with 281 additions and 75 deletions

View file

@ -100,6 +100,11 @@ Menus
================================================================================
*/
.OxThemeClassic .OxMainMenu > .OxTitle.OxSelected {
background: -moz-linear-gradient(top, rgb(176, 176, 176), rgb(144, 144, 144));
background: -webkit-gradient(linear, left top, left bottom, from(rgb(176, 176, 176)), to(rgb(144, 144, 144)));
}
.OxThemeClassic .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);