diff options
author | lukefromdc <[email protected]> | 2016-12-02 22:51:13 -0500 |
---|---|---|
committer | lukefromdc <[email protected]> | 2016-12-02 22:51:13 -0500 |
commit | 6ec1d86a500590e5a02bbddf054b88897f2a973c (patch) | |
tree | 63fbf3798bdb1a0502a56453d26c311df4bb00d9 | |
parent | bd64eefbe13880ec20ba6eb1ca839373e11ebd21 (diff) | |
download | caja-6ec1d86a500590e5a02bbddf054b88897f2a973c.tar.bz2 caja-6ec1d86a500590e5a02bbddf054b88897f2a973c.tar.xz |
caja.css: fix missing comma
-rw-r--r-- | data/caja.css | 2 |
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, |