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

@ -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;