[baobab/wip/cdavis/hdy-restyle] css: Adjust border radius for pathbar
- From: Christopher Davis <christopherdavis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [baobab/wip/cdavis/hdy-restyle] css: Adjust border radius for pathbar
- Date: Sat, 6 Feb 2021 21:45:08 +0000 (UTC)
commit 241ac24fdbe3e4e67b1bd908c47d66b3cf4c59bf
Author: Christopher Davis <brainblasted disroot org>
Date: Sat Feb 6 13:03:46 2021 -0800
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,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]