From 6ec1d86a500590e5a02bbddf054b88897f2a973c Mon Sep 17 00:00:00 2001 From: lukefromdc Date: Fri, 2 Dec 2016 22:51:13 -0500 Subject: caja.css: fix missing comma --- data/caja.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data') 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, -- cgit v1.2.1