summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorlukefromdc <[email protected]>2016-12-02 22:51:13 -0500
committerlukefromdc <[email protected]>2016-12-02 22:51:13 -0500
commit6ec1d86a500590e5a02bbddf054b88897f2a973c (patch)
tree63fbf3798bdb1a0502a56453d26c311df4bb00d9 /data
parentbd64eefbe13880ec20ba6eb1ca839373e11ebd21 (diff)
downloadcaja-6ec1d86a500590e5a02bbddf054b88897f2a973c.tar.bz2
caja-6ec1d86a500590e5a02bbddf054b88897f2a973c.tar.xz
caja.css: fix missing comma
Diffstat (limited to 'data')
-rw-r--r--data/caja.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/caja.css b/data/caja.css
index aeaab9b1..cf9141c7 100644
--- a/data/caja.css
+++ b/data/caja.css
@@ -45,7 +45,7 @@
.caja-desktop.view .entry:selected,
.caja-desktop.view .entry:focus:selected,
-.caja-desktop.view .entry:backdrop:selected
+.caja-desktop.view .entry:backdrop:selected,
.caja-navigation-window .view .entry:active,
.caja-navigation-window .view .entry:selected,
.caja-navigation-window .view .entry:focus:selected,