Select2 replaced by inputosaurus + ui-autocomplete

+ a lot of small fixes.
This commit is contained in:
RainLoop Team 2013-11-27 02:34:05 +04:00
parent ef3d4f8576
commit afb7ec8c4e
91 changed files with 2332 additions and 6657 deletions

View file

@ -253,6 +253,7 @@
.ui-widget-content {
border: 1px solid #aaaaaa;
/*background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;*/
background: #ffffff;
color: #222222;
}
.ui-widget-content a {
@ -261,6 +262,7 @@
.ui-widget-header {
border: 1px solid #aaaaaa;
/*background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;*/
background: #cccccc;
color: #222222;
font-weight: bold;
}
@ -309,7 +311,7 @@
.ui-widget-header .ui-state-active {
border: 1px solid #aaaaaa;
/*background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;*/
background: #ffffff;
background: #fff;
font-weight: normal;
color: #212121;
}
@ -621,7 +623,7 @@
/* Overlays */
.ui-widget-overlay {
/*background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;*/
background: #aaaaaa;
background: #aaa;
opacity: .3;
filter: Alpha(Opacity=30);
}
@ -629,7 +631,7 @@
margin: -8px 0 0 -8px;
padding: 8px;
/*background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;*/
background: #aaaaaa;
background: #aaa;
opacity: .3;
filter: Alpha(Opacity=30);
border-radius: 8px;