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
|
|
@ -104,7 +104,8 @@ Forms
|
|||
color: rgb(128, 128, 128);
|
||||
}
|
||||
.OxThemeModern .OxButton.OxSelected,
|
||||
.OxThemeModern .OxSelect.OxSelected {
|
||||
.OxThemeModern .OxSelect.OxSelected,
|
||||
.OxThemeModern .OxCollapsePanel > .OxBar > .OxExtras > .OxSelect.OxSelected {
|
||||
//background: -moz-linear-gradient(left top, left bottom, from(rgb(80, 80, 80)), to(rgb(112, 112, 112)));
|
||||
//background: -webkit-gradient(linear, left top, left bottom, from(rgb(80, 80, 80)), to(rgb(112, 112, 112)));
|
||||
background: -moz-linear-gradient(top, rgb(0, 0, 0), rgb(32, 32, 32) 10%, rgb(64, 64, 64));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue