aboutsummaryrefslogtreecommitdiff
path: root/common/gnome-shell/3.16
diff options
context:
space:
mode:
Diffstat (limited to 'common/gnome-shell/3.16')
-rw-r--r--common/gnome-shell/3.16/_common.scss6
-rw-r--r--common/gnome-shell/3.16/gnome-shell.css6
2 files changed, 6 insertions, 6 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"); }
}
//
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 {