[gnome-taquin: 2/5] trying to fix #5 despite gitlab refusing my git push (part 2/3)



commit db1e6296af852117e276fbe205923f8e3bd57789
Author: Maestroschan <rrroschan gmail com>
Date:   Sun Jul 8 22:02:22 2018 +0000

    trying to fix #5 despite gitlab refusing my git push (part 2/3)
    
    actually unrelated to the issue, their were just a few warnings

 data/taquin.css | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/data/taquin.css b/data/taquin.css
index 12c0abc..226402a 100644
--- a/data/taquin.css
+++ b/data/taquin.css
@@ -46,7 +46,7 @@ button.radio-like-toggle:backdrop {
 GtkModelButton.radio-like-toggle,
 GtkMenuButton.menubutton-like-combo {
     border-radius:15px;
-    outline-radius:13px;
+    -gtk-outline-radius:13px;
 }
 button.radio-like-toggle,
 button.menubutton-like-combo {
@@ -55,16 +55,16 @@ button.menubutton-like-combo {
 }
 
 GtkMenuButton.menubutton-like-combo:checked,
-GtkMenuButton.menubutton-like-combo:prelight,
+GtkMenuButton.menubutton-like-combo:hover,
 button.menubutton-like-combo:checked,
 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)));
 }
 GtkMenuButton.menubutton-like-combo:checked:backdrop,
-GtkMenuButton.menubutton-like-combo:prelight:backdrop,
+GtkMenuButton.menubutton-like-combo:hover:backdrop,
 button.menubutton-like-combo:checked:backdrop,
 button.menubutton-like-combo:hover:backdrop {
     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)));
-}
+}
\ No newline at end of file


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