From 8e27830f8e03e691bad913f5a45b1d618b9d3cbc Mon Sep 17 00:00:00 2001 From: utkarshvg2401 Date: Mon, 21 Mar 2022 19:13:35 +0530 Subject: [PATCH] Adwaita.css: Pathbar active state polished. --- src/resources/css/Adwaita.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/resources/css/Adwaita.css b/src/resources/css/Adwaita.css index f0657f5e57..8518d3df0a 100644 --- a/src/resources/css/Adwaita.css +++ b/src/resources/css/Adwaita.css @@ -51,9 +51,11 @@ } .path-buttons-box button { - margin: 0px; + margin: 3px; box-shadow: none; - border-radius: 7px; + border-radius: 4px; + padding-top: 0px; + padding-bottom: 0px; border-width: 0px; -gtk-icon-shadow: none; } -- GitLab