diff --git a/build/css/ox.ui.css b/build/css/ox.ui.css index f01fef99..0bb3e113 100644 --- a/build/css/ox.ui.css +++ b/build/css/ox.ui.css @@ -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; } diff --git a/build/css/ox.ui.modern.css b/build/css/ox.ui.modern.css index 45aa9438..989a7cdb 100644 --- a/build/css/ox.ui.modern.css +++ b/build/css/ox.ui.modern.css @@ -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)); diff --git a/build/js/ox.ui.js b/build/js/ox.ui.js index f5a834b2..b5c84aa3 100644 --- a/build/js/ox.ui.js +++ b/build/js/ox.ui.js @@ -132,7 +132,7 @@ requires self.time = +new Date(); self.options = $.extend({ - apiTimeout: 15000, + apiTimeout: 60000, apiType: 'POST', apiURL: '', config: '',