summaryrefslogtreecommitdiffstats
path: root/module/web/static/css/select2.css
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-03-05 21:21:35 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-03-05 21:21:35 +0100
commit27cbef194960af0c7f2e22e092c47db15284ec18 (patch)
treeea33ccd0e4cf6e1d50be49e932cd6ceb44e87a82 /module/web/static/css/select2.css
parentcleaned dashboard event code, preserve filtering across packages (diff)
downloadpyload-27cbef194960af0c7f2e22e092c47db15284ec18.tar.xz
fixed position of autocompletion, updated libraries
Diffstat (limited to 'module/web/static/css/select2.css')
-rw-r--r--module/web/static/css/select2.css32
1 files changed, 23 insertions, 9 deletions
diff --git a/module/web/static/css/select2.css b/module/web/static/css/select2.css
index d8b43d876..1ff2abb1b 100644
--- a/module/web/static/css/select2.css
+++ b/module/web/static/css/select2.css
@@ -1,5 +1,5 @@
/*
-Version: @@ver@@ Timestamp: @@timestamp@@
+Version: 3.3.1 Timestamp: Wed Feb 20 09:57:22 PST 2013
*/
.select2-container {
position: relative;
@@ -48,6 +48,13 @@ Version: @@ver@@ Timestamp: @@timestamp@@
-moz-background-clip: padding;
background-clip: padding-box;
+ -webkit-touch-callout: none;
+ -webkit-user-select: none;
+ -khtml-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+
background-color: #fff;
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, white));
background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 50%);
@@ -133,7 +140,6 @@ Version: @@ver@@ Timestamp: @@timestamp@@
-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
-moz-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
- -o-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}
@@ -148,7 +154,6 @@ Version: @@ver@@ Timestamp: @@timestamp@@
-webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
-moz-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
- -o-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}
@@ -256,16 +261,13 @@ Version: @@ver@@ Timestamp: @@timestamp@@
-webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
-moz-box-shadow: 0 0 5px rgba(0,0,0,.3);
- -o-box-shadow: 0 0 5px rgba(0,0,0,.3);
box-shadow: 0 0 5px rgba(0,0,0,.3);
}
.select2-dropdown-open .select2-choice {
- border: 1px solid #aaa;
border-bottom-color: transparent;
-webkit-box-shadow: 0 1px 0 #fff inset;
-moz-box-shadow: 0 1px 0 #fff inset;
- -o-box-shadow: 0 1px 0 #fff inset;
box-shadow: 0 1px 0 #fff inset;
-webkit-border-bottom-left-radius: 0;
@@ -303,6 +305,7 @@ Version: @@ver@@ Timestamp: @@timestamp@@
position: relative;
overflow-x: hidden;
overflow-y: auto;
+ -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.select2-results ul.select2-result-sub {
@@ -331,6 +334,13 @@ Version: @@ver@@ Timestamp: @@timestamp@@
padding: 3px 7px 4px;
margin: 0;
cursor: pointer;
+
+ -webkit-touch-callout: none;
+ -webkit-user-select: none;
+ -khtml-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
}
.select2-results .select2-highlighted {
@@ -444,7 +454,6 @@ disabled look for disabled choices in the results dropdown
-webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
-moz-box-shadow: 0 0 5px rgba(0,0,0,.3);
- -o-box-shadow: 0 0 5px rgba(0,0,0,.3);
box-shadow: 0 0 5px rgba(0,0,0,.3);
}
.select2-container-multi .select2-choices li {
@@ -458,7 +467,6 @@ disabled look for disabled choices in the results dropdown
}
.select2-container-multi .select2-choices .select2-search-field input {
- height: 15px;
padding: 5px;
margin: 1px 0;
@@ -469,7 +477,6 @@ disabled look for disabled choices in the results dropdown
border: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
- -o-box-shadow: none;
box-shadow: none;
background: transparent !important;
}
@@ -504,6 +511,13 @@ disabled look for disabled choices in the results dropdown
-moz-background-clip: padding;
background-clip: padding-box;
+ -webkit-touch-callout: none;
+ -webkit-user-select: none;
+ -khtml-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+
background-color: #e4e4e4;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0 );
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));