[nautilus/wip/antoniof/gnome-42] pathbar: Fix custom styles



commit 6f574ba98fc52def7be20fdc31339b9887d5a65a
Author: António Fernandes <antoniof gnome org>
Date:   Sat Feb 12 00:13:06 2022 +0000

    pathbar: Fix custom styles
    
    The button radius doesn't match the box radius and the underflow area
    doesn't match the CSS selector. Fix these issues.

 src/resources/css/Adwaita.css | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/resources/css/Adwaita.css b/src/resources/css/Adwaita.css
index 3743890a3..4991979cf 100644
--- a/src/resources/css/Adwaita.css
+++ b/src/resources/css/Adwaita.css
@@ -67,11 +67,11 @@
   border-right-width: 0px;
   background-color: @theme_bg_color;
 }
-.path-bar-box scrolledwindow undershoot.left {
+.nautilus-path-bar scrolledwindow undershoot.left {
   border-radius: 5px 0px 0px 5px;
   background: linear-gradient(to right, @theme_bg_color 6px, alpha(@theme_bg_color, 0) 24px);
 }
-.path-bar-box scrolledwindow undershoot.right {
+.nautilus-path-bar scrolledwindow undershoot.right {
   background: linear-gradient(to left, @theme_bg_color 6px, alpha(@theme_bg_color, 0) 24px);
 }
 
@@ -83,7 +83,7 @@
 .path-buttons-box button {
   background-image: none;
   box-shadow: none;
-  border-radius: 7px;
+  border-radius: 5px;
   border-width: 0px;
   -gtk-icon-shadow: none;
 }


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