Added CSS selected state for .view elements

This commit is contained in:
Beep6581
2015-11-23 16:16:26 +01:00
parent a1dcb623cf
commit 372daee9c6

View File

@@ -21,6 +21,11 @@
color: #AAAAAA;
}
.view:selected {
color: #262626;
background-color: #AAAAAA
}
/* The Places and Dir browser panels */
.view {
background-color: #262626;