diff options
Diffstat (limited to 'module/web/static/css/select2.css')
-rw-r--r-- | module/web/static/css/select2.css | 32 |
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)); |