1
0
Fork 0
forked from 0x2620/oxjs

serialize/unserialize

This commit is contained in:
rolux 2010-07-14 00:38:53 +02:00
commit 5ee998b263
4 changed files with 39 additions and 11 deletions

View file

@ -472,8 +472,10 @@ Layers
.OxLayer {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
right: 0;
bottom: 0;
background: rgb(0, 0, 0);
opacity: 0;
overflow: hidden;
@ -677,6 +679,9 @@ Menus
padding-top: 2px;
font-size: 9px;
}
.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)));