summaryrefslogtreecommitdiffstats
path: root/doc/default_theme.rasi
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2018-06-14 11:16:32 +0200
committerDave Davenport <qball@gmpclient.org>2018-06-14 11:16:32 +0200
commita92bcc2818aadc4558cd4088dc973ac6c9fc7fcc (patch)
tree7ee0ad043a600751f27a958b4393888f18a5fd05 /doc/default_theme.rasi
parentff9b0f5ccd695395f4b7a18ab81426aa54b1b66f (diff)
[Theme] Change window layout for error dialog
Diffstat (limited to 'doc/default_theme.rasi')
-rw-r--r--doc/default_theme.rasi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/default_theme.rasi b/doc/default_theme.rasi
index 0838d7e2..284010b2 100644
--- a/doc/default_theme.rasi
+++ b/doc/default_theme.rasi
@@ -139,3 +139,7 @@ textbox-prompt-colon {
margin: 0px 0.3000em 0.0000em 0.0000em ;
text-color: inherit;
}
+error-message {
+ background-color: rgba ( 0, 0, 0, 0 % );
+ text-color: @normal-foreground;
+}