merge
This commit is contained in:
commit
ca1965312a
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;
|
||||
}
|
||||
|
|
|
@ -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));
|
||||
|
|
|
@ -132,7 +132,7 @@ requires
|
|||
self.time = +new Date();
|
||||
|
||||
self.options = $.extend({
|
||||
apiTimeout: 15000,
|
||||
apiTimeout: 60000,
|
||||
apiType: 'POST',
|
||||
apiURL: '',
|
||||
config: '',
|
||||
|
|
Loading…
Reference in a new issue