diff options
author | lukefromdc <[email protected]> | 2016-12-02 22:51:13 -0500 |
---|---|---|
committer | monsta <[email protected]> | 2017-01-22 13:01:51 +0300 |
commit | 37fb8a641a4695a9c572b3460ad2b6eb7a7df1fe (patch) | |
tree | 17231a293da19eb37ead83dca7e0247d6b6fb306 | |
parent | d773ac2760052190cccb7ca1161a005fb2464b7d (diff) | |
download | caja-37fb8a641a4695a9c572b3460ad2b6eb7a7df1fe.tar.bz2 caja-37fb8a641a4695a9c572b3460ad2b6eb7a7df1fe.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 edff9151..311b5955 100644 --- a/data/caja.css +++ b/data/caja.css @@ -30,7 +30,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, |