summaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-01-23 08:35:03 +0100
committerDave Davenport <qball@gmpclient.org>2017-01-23 08:35:03 +0100
commit2060ba8fd84b7b9e23e1180467309ac8f85696f0 (patch)
treefcdc2a0dcbf86d0353a0228498b79662f3d01b88 /themes
parent46db4277356cfc8fcafa6b9969bc6e39aef92310 (diff)
Fix theme selector removing of prev entry. Small improvement DarkBlue.
Diffstat (limited to 'themes')
-rw-r--r--themes/DarkBlue.rasi5
1 files changed, 5 insertions, 0 deletions
diff --git a/themes/DarkBlue.rasi b/themes/DarkBlue.rasi
index ae387985..5f6bdd3d 100644
--- a/themes/DarkBlue.rasi
+++ b/themes/DarkBlue.rasi
@@ -78,6 +78,11 @@
#window.mainbox.sidebar.box {
border: 2px 0px 0px ;
}
+#window.mainbox.sidebar.button selected{
+ border: 2px 0px 0px ;
+ foreground: #FF02143F;
+ background: #FFDBDFBC;
+}
#window.mainbox.inputbar {
spacing: 0;
}