aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathieu "Matbac" Bacou <mathieu@bacou.me>2018-03-08 20:56:23 +0100
committerMario Vavti <mario@mariovavti.com>2018-03-09 09:24:25 +0100
commit442b510b23cb85fc38de180e58e0bafe5402acc8 (patch)
tree3937846d5dfc37d3309aaed6f985df6db5ed78a1
parent4db112e28ecb6e4d611b282c1bd45c79e11fb5ec (diff)
downloadvolse-hubzilla-442b510b23cb85fc38de180e58e0bafe5402acc8.tar.gz
volse-hubzilla-442b510b23cb85fc38de180e58e0bafe5402acc8.tar.bz2
volse-hubzilla-442b510b23cb85fc38de180e58e0bafe5402acc8.zip
Fix background of tags field
-rw-r--r--view/theme/redbasic/schema/dark.css38
1 files changed, 23 insertions, 15 deletions
diff --git a/view/theme/redbasic/schema/dark.css b/view/theme/redbasic/schema/dark.css
index 98e2bac9a..edc6e5f65 100644
--- a/view/theme/redbasic/schema/dark.css
+++ b/view/theme/redbasic/schema/dark.css
@@ -20,8 +20,18 @@ textarea, input, select
margin-bottom: 5px;
}
+#jot-category-wrap {
+ background: #000;
+ border-bottom: none;
+ margin-bottom: 5px;
+}
+
+.bootstrap-tagsinput {
+ background: #333;
+}
+
optgroup {
- color: #CCC !important;
+ color: #CCC !important;
}
option {
@@ -132,7 +142,7 @@ option {
.abook-self {
border: 1px solid #222;
color: #555;
- background-color:#111;
+ background-color:#111;
}
.modal-content {
@@ -208,7 +218,7 @@ a.btn, aside a {
}
.btn-danger:hover, .btn-danger:focus, form#chat-destroy > input:hover, form#chat-destroy > input:focus {
color: #FFF !important;
- background-color: #C9302C !important;
+ background-color: #C9302C !important;
border-color: #AC2925 !important;
}
@@ -278,7 +288,7 @@ nav .dropdown-menu {
border-bottom:1px solid #333;
}
-.nav-tabs .nav-link.active {
+.nav-tabs .nav-link.active {
color: #fff;
background-color: #111;
border-color: #333;
@@ -297,7 +307,7 @@ aside .nav > li > a:hover, aside .nav > li > a:focus {
background-color: #222;
}
-a, a:visited, a:link, .fakelink, .fakelink:visited, .fakelink:link {
+a, a:visited, a:link, .fakelink, .fakelink:visited, .fakelink:link {
font-weight: bold;
}
@@ -356,23 +366,23 @@ pre {
}
.dropdown-menu {
- background-color: #222;
+ background-color: #222;
}
.dropdown-menu >li > a {
- color: #ccc;
+ color: #ccc;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
- color: #ddd;
- background-color: #333;
+ color: #ddd;
+ background-color: #333;
background-image: none;
}
.open .dropdown-toggle.btn-default, .open .dropdown-toggle.btn-default:focus {
- color: #ccc;
- background-color: #222;
- border-color: #222;
+ color: #ccc;
+ background-color: #222;
+ border-color: #222;
}
.pmenu-item:hover a {
@@ -448,7 +458,7 @@ pre {
.profile-match-wrapper {
- width: 150px;
+ width: 150px;
height: 120px;
border: none;
}
@@ -466,5 +476,3 @@ pre {
.widget-nav-pills-checkbox:hover + a {
background-color: #222;
}
-
-