summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2013-03-25 16:10:26 -0400
committerCosimo Cecchi <cosimoc@gnome.org>2013-03-25 16:10:26 -0400
commit6d492f27edbefacd7335f9f342be9c05a47ac518 (patch)
tree013fab7df44b8c0d8c358c8ea9eece90258d9efe
parent5d7d2ef3dc322000a9a58a2017d9582b49372e09 (diff)
downloadgnome-themes-standard-6d492f27edbefacd7335f9f342be9c05a47ac518.tar.gz
dark: sync assets selectors with light variant
-rw-r--r--themes/Adwaita/gtk-3.0/gtk-widgets-assets-dark.css17
1 files changed, 12 insertions, 5 deletions
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets-assets-dark.css b/themes/Adwaita/gtk-3.0/gtk-widgets-assets-dark.css
index 5e944c60..57a1f8c7 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets-assets-dark.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets-assets-dark.css
@@ -33,7 +33,8 @@
*************************/
/* draw regular check and radio items using our SVG assets */
-.check {
+.check,
+.view.cell.check {
background-image: url("assets/checkbox-unchecked-dark.png");
background-repeat: no-repeat;
background-position: center;
@@ -59,6 +60,7 @@
}
.check:backdrop,
+.view.cell.check:backdrop,
.check row:selected:backdrop {
background-image: url("assets/checkbox-unchecked-backdrop-dark.png");
}
@@ -68,8 +70,8 @@
background-image: url("assets/checkbox-unchecked-backdrop-insensitive-dark.png");
}
-
-.check:active {
+.check:active,
+.view.cell.check:active {
background-image: url("assets/checkbox-checked-dark.png");
}
@@ -88,6 +90,7 @@
}
.check:active:backdrop,
+.view.cell:active:backdrop,
.check row:selected:active:backdrop {
background-image: url("assets/checkbox-checked-backdrop-dark.png");
}
@@ -126,7 +129,8 @@
background-image: url("assets/checkbox-mixed-backdrop-insensitive-dark.png");
}
-.radio {
+.radio,
+.view.cell.radio {
background-image: url("assets/radio-unchecked-dark.png");
background-repeat: no-repeat;
background-position: center;
@@ -151,6 +155,7 @@
}
.radio:backdrop,
+.view.cell.radio:backdrop,
.radio row:selected:backdrop {
background-image: url("assets/radio-unchecked-backdrop-dark.png");
}
@@ -161,7 +166,8 @@
}
-.radio:active {
+.radio:active,
+.view.cell.radio:active {
background-image: url("assets/radio-checked-dark.png");
}
@@ -180,6 +186,7 @@
}
.radio:active:backdrop,
+.view.cell.radio:active:backdrop,
.radio row:selected:active:backdrop {
background-image: url("assets/radio-checked-backdrop-dark.png");
}