aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/schema
diff options
context:
space:
mode:
authorjeroenpraat <jeroenpraat@xs4all.nl>2015-11-03 21:19:23 +0100
committerjeroenpraat <jeroenpraat@xs4all.nl>2015-11-03 21:19:23 +0100
commitd1aa67238833542d7d3bc5e74992b70eeda2de63 (patch)
tree09b6867b9e75ac7b3ec0c4ee0b29cc740f8e7057 /view/theme/redbasic/schema
parent43d80901825b95d881d4e072a9bd0898b0b8ab16 (diff)
downloadvolse-hubzilla-d1aa67238833542d7d3bc5e74992b70eeda2de63.tar.gz
volse-hubzilla-d1aa67238833542d7d3bc5e74992b70eeda2de63.tar.bz2
volse-hubzilla-d1aa67238833542d7d3bc5e74992b70eeda2de63.zip
small update Ducth strings + fix dark schema
Diffstat (limited to 'view/theme/redbasic/schema')
-rw-r--r--view/theme/redbasic/schema/dark.css40
1 files changed, 26 insertions, 14 deletions
diff --git a/view/theme/redbasic/schema/dark.css b/view/theme/redbasic/schema/dark.css
index 7020309fc..9574df182 100644
--- a/view/theme/redbasic/schema/dark.css
+++ b/view/theme/redbasic/schema/dark.css
@@ -119,26 +119,38 @@
}
.btn-success {
- color: #FFF;
- background-color: #5CB85C;
- border-color: #4CAE4C;
+ color: #FFF !important;
+ background-color: #5CB85C !important;
+ border-color: #4CAE4C !important;
}
.btn-success:hover, .btn-success:focus {
- color: #FFF;
- background-color: #449D44;
- border-color: #398439;
+ color: #FFF !important;
+ background-color: #449D44 !important;
+ border-color: #398439 !important;
+}
+
+.btn-warning {
+ color: #FFF !important;
+ background-color: #F0AD4E !important;
+ border-color: #EEA236 !important;
+}
+
+.btn-warning:hover, .btn-warning:focus {
+ color: #FFF !important;
+ background-color: #EC971F !important;
+ border-color: #D58512 !important;
}
-.btn-danger {
- background-color: #D9534F;
- border-color: #D43F3A;
- color: #FFF;
+.btn-danger, form#chat-destroy > input {
+ background-color: #D9534F !important;
+ border-color: #D43F3A !important;
+ color: #FFF !important;
}
-.btn-danger:hover, .btn-danger:focus {
- color: #FFF;
- background-color: #C9302C;
- border-color: #AC2925;
+.btn-danger:hover, .btn-danger:focus, form#chat-destroy > input:hover, form#chat-destroy > input:focus {
+ color: #FFF !important;
+ background-color: #C9302C !important;
+ border-color: #AC2925 !important;
}
.pager_first,