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
|
|
@ -802,8 +802,8 @@ Menus
|
|||
|
||||
.OxMainMenu {
|
||||
z-index: 9;
|
||||
-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.75);
|
||||
-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.75);
|
||||
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
|
||||
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
.OxMainMenu.OxLarge {
|
||||
height: 24px;
|
||||
|
|
@ -847,10 +847,6 @@ Menus
|
|||
.OxMainMenu > .OxTitle:first-child {
|
||||
font-weight: bold;
|
||||
}
|
||||
.OxMainMenu > .OxTitle.OxSelected {
|
||||
background: rgb(48, 48, 48);
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(80, 80, 80)), color-stop(1, rgb(48, 48, 48)));
|
||||
}
|
||||
.OxMainMenu.OxLarge > .OxExtras {
|
||||
float: right;
|
||||
padding: 4px 12px 0 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue