forked from 0x2620/oxjs
changing api timeout from 15 to 60 seconds
This commit is contained in:
parent
a24af97c0a
commit
c32d99018a
3 changed files with 7 additions and 5 deletions
|
|
@ -1191,10 +1191,11 @@ Panels
|
|||
.OxCollapsePanel > .OxBar > .OxExtras > .OxSelect {
|
||||
//position: absolute;
|
||||
//right: 0px;
|
||||
width: 14px;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
padding-top: 1px;
|
||||
border-width: 0 0 0 1px;
|
||||
padding: 1px 1px 0 0;
|
||||
border-width: 0;
|
||||
background: rgba(0, 0, 0, 0);
|
||||
-moz-border-radius: 0;
|
||||
-webkit-border-radius: 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue