[iagno] Adapt to new HC theme.



commit 8ac4f6edc5799e3e0e29de7f62e9c782b80fdbd7
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Fri Apr 24 20:48:13 2020 +0200

    Adapt to new HC theme.

 data/new-game-screen.css | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/data/new-game-screen.css b/data/new-game-screen.css
index bc26727..3daaab5 100644
--- a/data/new-game-screen.css
+++ b/data/new-game-screen.css
@@ -30,8 +30,9 @@ button.menubutton-like-combo {
 * * games buttons
 \*/
 
-                                                       button.radio-like-toggle:backdrop { color: 
@theme_unfocused_fg_color; }
-                                                       button.radio-like-toggle          { color: 
@theme_fg_color;
+window:not(.hc-theme)                                  button.radio-like-toggle:backdrop { color: 
@theme_unfocused_fg_color; }
+window:not(.hc-theme)                                  button.radio-like-toggle          { color: 
@theme_fg_color; }
+                                                       button.radio-like-toggle          {
 
   background-repeat:no-repeat;
   background-color:transparent;
@@ -117,8 +118,8 @@ button.menubutton-like-combo:hover {
   color:#2e3436; /* gtk-contained.css’ theme_fg_color */
   background:-gtk-gradient (radial, center center, 0, center center, 0.5, from(rgba (255, 255, 255, 1)), 
to(rgba (255, 255, 255, 0)));
 }
-button.menubutton-like-combo:checked:backdrop,
-button.menubutton-like-combo:hover:backdrop {
+button.menubutton-like-combo:backdrop:checked,
+button.menubutton-like-combo:backdrop:hover {
   color:@theme_unfocused_fg_color;
   background:-gtk-gradient (radial, center center, 0, center center, 0.5, from(rgba (255, 255, 255, 0.3)), 
to(rgba (255, 255, 255, 0)));
 }


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