1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2025-08-07 22:02:57 -04:00

Fix theme selector removing of prev entry. Small improvement DarkBlue.

This commit is contained in:
Dave Davenport 2017-01-23 08:35:03 +01:00
parent 46db427735
commit 2060ba8fd8
2 changed files with 6 additions and 1 deletions

View file

@ -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;
}