summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Davis <brainblasted@disroot.org>2021-02-06 13:03:46 -0800
committerChristopher Davis <brainblasted@disroot.org>2021-02-06 13:03:46 -0800
commit241ac24fdbe3e4e67b1bd908c47d66b3cf4c59bf (patch)
tree966bff2ae41955c36fd3fe651a5577171ee0cdbc
parent9f4896dec2cdc8b215e42a56033252d4d1d9a78c (diff)
downloadbaobab-241ac24fdbe3e4e67b1bd908c47d66b3cf4c59bf.tar.gz
css: Adjust border radius for pathbar
Match the border radius of buttons.
-rw-r--r--data/baobab.css6
1 files 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,