forked from 0x2620/oxjs
add unified Ox.Layer object for dialogs and menus
This commit is contained in:
parent
3aa10edec8
commit
1720d2a184
5 changed files with 73 additions and 51 deletions
|
|
@ -1016,26 +1016,11 @@ Layers
|
|||
overflow: hidden;
|
||||
z-index: 10;
|
||||
}
|
||||
.OxLayer.OxFront {
|
||||
z-index: 100;
|
||||
.OxLayer.OxDialogLayer {
|
||||
z-index: 10;
|
||||
}
|
||||
.OxMainMenuLayer {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
top: 20px;
|
||||
bottom: 0px;
|
||||
overflow: hidden;
|
||||
z-index: 12;
|
||||
}
|
||||
.OxMenuLayer {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
opacity: 0;
|
||||
overflow: hidden;
|
||||
z-index: 12;
|
||||
.OxLayer.OxMenuLayer {
|
||||
z-index: 11;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue