theme: Make the selected text color white for all entries

This was accidentally changed when Allan cleaned up the styles for
all entries
This commit is contained in:
Jasper St. Pierre 2012-10-10 13:47:40 -03:00
parent f71108a214
commit 576009bad0

View File

@ -341,7 +341,7 @@ StScrollBar StButton#vhandle:active {
caret-color: rgb(64, 64, 64);
font-size: 12pt;
caret-size: 1px;
selected-color: black;
selected-color: white;
padding: 4px 12px;
}