diff options
author | Horst3180 | 2015-06-02 18:20:44 +0200 |
---|---|---|
committer | Horst3180 | 2015-06-02 18:20:44 +0200 |
commit | b028478692140b94775e5b5cb07e9be53a1d5ae8 (patch) | |
tree | e13922eaf0477ea51d4de0d18cdd245af92c3d30 /common/gnome-shell/3.16/_common.scss | |
parent | 30873a9f3abfe7f25a56f4d6f5645e53b07f401c (diff) | |
download | solarc-theme-b028478692140b94775e5b5cb07e9be53a1d5ae8.tar.gz solarc-theme-b028478692140b94775e5b5cb07e9be53a1d5ae8.tar.xz solarc-theme-b028478692140b94775e5b5cb07e9be53a1d5ae8.zip |
gnome-shell: fix checkboxes
Diffstat (limited to 'common/gnome-shell/3.16/_common.scss')
-rw-r--r-- | common/gnome-shell/3.16/_common.scss | 6 |
1 files changed, 3 insertions, 3 deletions
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"); } } // |