summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormsquare <msquare@notrademark.de>2018-12-07 17:30:54 +0100
committermsquare <msquare@notrademark.de>2018-12-07 17:30:54 +0100
commit5891dff5849db8ff5f09b350c8c9805625fe532c (patch)
treeaf95dcf8b4fcbe8551f2458cc1095930a4146b8f
parent7e53c458901e3c0c801deb626ef8ce44484a38c6 (diff)
fix button font colors
-rw-r--r--resources/assets/themes/theme7.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/assets/themes/theme7.less b/resources/assets/themes/theme7.less
index 90093e1c..bd3404af 100644
--- a/resources/assets/themes/theme7.less
+++ b/resources/assets/themes/theme7.less
@@ -188,11 +188,11 @@ THE SOFTWARE.
@btn-info-bg: @brand-info;
@btn-info-border: darken(@btn-default-bg, 10%);
-@btn-warning-color: @btn-default-color;
+@btn-warning-color: @gray-darker;
@btn-warning-bg: @brand-warning;
@btn-warning-border: darken(@btn-default-bg, 10%);
-@btn-danger-color: @btn-default-color;
+@btn-danger-color: @gray-darker;
@btn-danger-bg: @brand-danger;
@btn-danger-border: darken(@btn-default-bg, 10%);