forked from 0x2620/oxjs
update css (classic theme)
This commit is contained in:
parent
2e5470c747
commit
fb91aca1aa
4 changed files with 20 additions and 16 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue