forked from 0x2620/oxjs
serialize/unserialize
This commit is contained in:
parent
5a655b3e20
commit
5ee998b263
4 changed files with 39 additions and 11 deletions
|
|
@ -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)));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue