aboutsummaryrefslogtreecommitdiff
path: root/common/gnome-shell/3.16/gnome-shell.css
diff options
context:
space:
mode:
authorHorst31802015-06-02 18:20:44 +0200
committerHorst31802015-06-02 18:20:44 +0200
commitb028478692140b94775e5b5cb07e9be53a1d5ae8 (patch)
treee13922eaf0477ea51d4de0d18cdd245af92c3d30 /common/gnome-shell/3.16/gnome-shell.css
parent30873a9f3abfe7f25a56f4d6f5645e53b07f401c (diff)
downloadsolarc-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/gnome-shell.css')
-rw-r--r--common/gnome-shell/3.16/gnome-shell.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/gnome-shell/3.16/gnome-shell.css b/common/gnome-shell/3.16/gnome-shell.css
index dfc45a1..5b02b8e 100644
--- a/common/gnome-shell/3.16/gnome-shell.css
+++ b/common/gnome-shell/3.16/gnome-shell.css
@@ -133,11 +133,11 @@ StScrollBar {
width: 16px;
height: 16px;
background-image: url("checkbox/checkbox-unchecked.svg"); }
-.check-box:focus Stbin {
+.check-box:focus StBin {
background-image: url("checkbox/checkbox-unchecked-focused.svg"); }
-.check-box:checked Stbin {
+.check-box:checked StBin {
background-image: url("checkbox/checkbox-checked.svg"); }
-.check-box:focus:checked Stbin {
+.check-box:focus:checked StBin {
background-image: url("checkbox/checkbox-checked-focused.svg"); }
.toggle-switch {