Added CSS selected state for .view elements
This commit is contained in:
@@ -21,6 +21,11 @@
|
|||||||
color: #AAAAAA;
|
color: #AAAAAA;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.view:selected {
|
||||||
|
color: #262626;
|
||||||
|
background-color: #AAAAAA
|
||||||
|
}
|
||||||
|
|
||||||
/* The Places and Dir browser panels */
|
/* The Places and Dir browser panels */
|
||||||
.view {
|
.view {
|
||||||
background-color: #262626;
|
background-color: #262626;
|
||||||
|
Reference in New Issue
Block a user