forked from 0x2620/oxjs
fix for dialog center/reset
This commit is contained in:
parent
fb91aca1aa
commit
6117bc31c3
4 changed files with 266 additions and 110 deletions
|
|
@ -746,14 +746,23 @@ Lists
|
|||
background: rgb(24, 24, 24);
|
||||
cursor: ew-resize;
|
||||
}
|
||||
.OxTextList .OxBar .OxButton {
|
||||
.OxTextList .OxBar .OxSelect {
|
||||
position: absolute;
|
||||
right: 0px;
|
||||
width: 11px;
|
||||
width: 10px;
|
||||
height: 16px;
|
||||
border-width: 0 1px 0 1px;
|
||||
border-color: rgb(32, 32, 32);
|
||||
background: rgba(0, 0, 0, 0);
|
||||
font-size: 11px;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
overflow: hidden;
|
||||
-moz-border-radius: 0;
|
||||
-webkit-border-radius: 0;
|
||||
}
|
||||
.OxTextList .OxBar .OxSelect > input {
|
||||
margin-right: -3px;
|
||||
}
|
||||
|
||||
.OxTextList .OxBody {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue