From b028478692140b94775e5b5cb07e9be53a1d5ae8 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Tue, 2 Jun 2015 18:20:44 +0200 Subject: gnome-shell: fix checkboxes --- common/gnome-shell/3.16/_common.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'common/gnome-shell/3.16/_common.scss') diff --git a/common/gnome-shell/3.16/_common.scss b/common/gnome-shell/3.16/_common.scss index a7ebf69..8eee1d2 100644 --- a/common/gnome-shell/3.16/_common.scss +++ b/common/gnome-shell/3.16/_common.scss @@ -155,11 +155,11 @@ StScrollBar { background-image: url("checkbox/checkbox-unchecked.svg"); } - &:focus Stbin { background-image: url("checkbox/checkbox-unchecked-focused.svg"); } + &:focus StBin { background-image: url("checkbox/checkbox-unchecked-focused.svg"); } - &:checked Stbin { background-image: url("checkbox/checkbox-checked.svg"); } + &:checked StBin { background-image: url("checkbox/checkbox-checked.svg"); } - &:focus:checked Stbin { background-image: url("checkbox/checkbox-checked-focused.svg"); } + &:focus:checked StBin { background-image: url("checkbox/checkbox-checked-focused.svg"); } } // -- cgit v1.2.3