[gnome-software/gnome-3-30] gtk-style.css: Add outline radius for round button



commit a10bc99ade68a7e84b0c7a199f8a347b55da4cde
Author: monday <monday15 gmx com>
Date:   Sat Dec 22 06:54:59 2018 +0000

    gtk-style.css: Add outline radius for round button
    
    Add missing outline radius for expander round button.
    
    Closes https://gitlab.gnome.org/GNOME/gnome-software/issues/558

 src/gtk-style.css | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/gtk-style.css b/src/gtk-style.css
index e37447a8..6bbc0a14 100644
--- a/src/gtk-style.css
+++ b/src/gtk-style.css
@@ -51,6 +51,7 @@
 
 .round-button {
        border-radius: 16px;
+       -gtk-outline-radius: 16px;
 }
 
 .details-license-free,


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