summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authormsquare <msquare@notrademark.de>2016-12-15 09:00:56 +0100
committermsquare <msquare@notrademark.de>2016-12-15 09:00:56 +0100
commit94cc01d4ceeddbc23e83bc66322b96d23a4d5a6d (patch)
tree058e32ff3a3615ba24aebdb349b3c6db229370d4 /public
parentacfe7309f64683b8d3c638294d19430cdab50472 (diff)
fixes #293 make panel heading font color dark for warning and success on 33c3 theme
Diffstat (limited to 'public')
-rw-r--r--public/css/theme4.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/public/css/theme4.css b/public/css/theme4.css
index 4e641efb..7f80b411 100644
--- a/public/css/theme4.css
+++ b/public/css/theme4.css
@@ -7029,6 +7029,10 @@ a.thumbnail.active {
.label-warning,
.label-success,
.progress-bar-warning,
-.progress-bar-success {
+.progress-bar-success,
+.panel-warning .panel-heading,
+.panel-warning .panel-heading a,
+.panel-success .panel-heading,
+.panel-success .panel-heading a {
color: #222222;
}