summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2016-03-07 23:26:50 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2016-03-07 23:26:50 +0100
commit21095126e16adb9cae1f22e0d6ad8f750c968b54 (patch)
tree104043d2de621253c6258be7c2ed1c37a6b31daa /css
parent62cc23d37df60b130633224e251d7840ae3c6ca1 (diff)
fix some more select2 CSS issues
Diffstat (limited to 'css')
-rw-r--r--css/public/style.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/css/public/style.css b/css/public/style.css
index 4916a45f..2f4f8a99 100644
--- a/css/public/style.css
+++ b/css/public/style.css
@@ -352,6 +352,9 @@ detailsitem .select2-container {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
+.select2-container-multi .select2-choices .select2-search-field input {
+ font-family: inherit !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;
@@ -369,3 +372,6 @@ detailsitem .select2-container {
background-color: #f8f8f8 !important;
color: #555 !important;
}
+.select2-results .select2-result-label span {
+ cursor: pointer !important;
+}