summaryrefslogtreecommitdiff
path: root/public/css/style.css
diff options
context:
space:
mode:
authorRaphael Kabo <raphael@Raphaels-MacBook-Pro.local>2019-08-01 18:22:08 +0100
committerRaphael Kabo <raphael@Raphaels-MacBook-Pro.local>2019-08-01 18:22:08 +0100
commitcc6ac96df25c909ec2a256b0a81fe91ce30ce0ce (patch)
tree8292704898981f1ee0781c9f5335ece8641aecc5 /public/css/style.css
parentb9334880c7b2e2993f5ffafd25977d57b596f386 (diff)
Frontend timezone selection functionality
Diffstat (limited to 'public/css/style.css')
-rwxr-xr-xpublic/css/style.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/public/css/style.css b/public/css/style.css
index 97838d6..ebbc375 100755
--- a/public/css/style.css
+++ b/public/css/style.css
@@ -237,3 +237,17 @@ body, html {
white-space: nowrap;
color: #6c757d;
}
+
+.select2-container {
+ width: 100% !important;
+}
+.select2-selection__rendered {
+ line-height: 2.25rem !important;
+}
+.select2-container .select2-selection--single {
+ height: 2.25rem !important;
+}
+.select2-selection__arrow {
+ height: 2.25rem !important;
+}
+