From 241ac24fdbe3e4e67b1bd908c47d66b3cf4c59bf Mon Sep 17 00:00:00 2001 From: Christopher Davis Date: Sat, 6 Feb 2021 13:03:46 -0800 Subject: css: Adjust border radius for pathbar Match the border radius of buttons. --- data/baobab.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/baobab.css b/data/baobab.css index 4b100a9..bfea7a6 100644 --- a/data/baobab.css +++ b/data/baobab.css @@ -70,7 +70,7 @@ window.background stack treeview:hover:not(:selected) { .pathbar { border: solid 1px @borders; - border-radius: 3px; + border-radius: 5px; background: @theme_bg_color; } @@ -81,8 +81,8 @@ window.background stack treeview:hover:not(:selected) { } .pathbar button:first-child { - border-top-left-radius: 3px; - border-bottom-left-radius: 3px; + border-top-left-radius: 5px; + border-bottom-left-radius: 5px; } window infobar.warning, -- cgit v1.2.1