[gnome-themes-standard] dark: sync assets selectors with light variant
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] dark: sync assets selectors with light variant
- Date: Mon, 25 Mar 2013 20:12:13 +0000 (UTC)
commit 6d492f27edbefacd7335f9f342be9c05a47ac518
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Mon Mar 25 16:10:26 2013 -0400
dark: sync assets selectors with light variant
themes/Adwaita/gtk-3.0/gtk-widgets-assets-dark.css | 17 ++++++++++++-----
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 5e944c6..57a1f8c 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");
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]