[gnome-software: 14/15] style: Fix the content tile borders




commit 4b7d26d51635f98d80162c3445cba5f9ecad5118
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Tue Aug 3 15:31:00 2021 +0200

    style: Fix the content tile borders

 src/gtk-style.css | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)
---
diff --git a/src/gtk-style.css b/src/gtk-style.css
index ce3cd5890..bfadc3f8a 100644
--- a/src/gtk-style.css
+++ b/src/gtk-style.css
@@ -619,9 +619,15 @@ app-context-bar {
 
 app-context-bar .context-tile {
        padding: 24px 12px 21px 12px;
+       border-radius: 0;
+       border: none;
        border-right: 1px solid shade(@theme_bg_color, 0.9);
 }
-app-context-bar .context-tile:last-child { border-right: none }
+app-context-bar .context-tile:last-child {
+       border-right: none;
+       border-bottom-right-radius: 8px;
+       border-top-right-radius: 8px;
+}
 
 .context-tile-lozenge {
        font-size: 18px;


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