summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2016-03-07 17:09:04 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2016-03-07 23:24:00 +0100
commit35fd2f822318f87c786359e1f932c440c2d2eb8f (patch)
tree4fbe236281dc0c24afca0e0fb8758ca6c3661a28 /css
parent961df49637382d0bf667d8987f5665955519e1b8 (diff)
style select2
Diffstat (limited to 'css')
-rw-r--r--css/public/style.css36
1 files changed, 36 insertions, 0 deletions
diff --git a/css/public/style.css b/css/public/style.css
index 9f23dd40..4916a45f 100644
--- a/css/public/style.css
+++ b/css/public/style.css
@@ -333,3 +333,39 @@ li.addressBook-share-item span.shareeIdentifier {
#app-navigation .utils .action:focus {
opacity: 1;
}
+
+
+
+
+
+/* SELECT2 styling - MOVE TO CORE FOR 9.1! */
+
+detailsitem .select2-container {
+ width: 200px;
+}
+.select2-container-multi .select2-choices {
+ border-color: #ddd !important;
+ background-image: none !important;
+}
+.select2-container-multi.select2-container-active .select2-choices {
+ border-color: #ddd !important;
+ -webkit-box-shadow: none !important;
+ box-shadow: none !important;
+}
+.select2-container-multi .select2-choices .select2-search-choice {
+ background-color: rgba(240,240,240,.9) !important;
+ border-color: rgba(240,240,240,.9) !important;
+ color: #555 !important;
+ background-image: none !important;
+ -webkit-box-shadow: none !important;
+ box-shadow: none !important;
+}
+.select2-drop-active {
+ border-color: #ddd !important;
+ -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1) !important;
+ box-shadow: 0 1px 2px rgba(0, 0, 0, .1) !important;
+}
+.select2-results .select2-highlighted {
+ background-color: #f8f8f8 !important;
+ color: #555 !important;
+}