[gnome-klotski] Update CSS.



commit 2d46b73407f55bc678c4c6d8fac55d64625a64a5
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Tue Mar 8 10:08:01 2016 +0100

    Update CSS.

 data/klotski.css |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/data/klotski.css b/data/klotski.css
index cec558e..db00067 100644
--- a/data/klotski.css
+++ b/data/klotski.css
@@ -29,11 +29,13 @@ stack#stack-packs > label {
   color: @theme_unfocused_selected_fg_color;
 }
 
-treeview.toggle-like-pixbuf:disabled {
-  -gtk-icon-source: none;
+treeview.toggle-like-pixbuf check {
+  background:transparent;
+  border:none;
+  -gtk-icon-source: none; /* TODO report bug about HighContrast, that shouldn’t set this */
 }
-treeview.toggle-like-pixbuf:disabled:checked {
-  -gtk-icon-source: -gtk-icontheme("gtk-yes");  /* TODO maybe deprecated */
+treeview.toggle-like-pixbuf check:checked {
+  -gtk-icon-source: -gtk-icontheme("gtk-yes"); /* TODO maybe deprecated; replace with CSS? */
 }
 
 /* https://bugzilla.gnome.org/show_bug.cgi?id=744531 */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]