summaryrefslogtreecommitdiff
path: root/src/resources/css/Adwaita.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/css/Adwaita.css')
-rw-r--r--src/resources/css/Adwaita.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/resources/css/Adwaita.css b/src/resources/css/Adwaita.css
index a19754388..58948b770 100644
--- a/src/resources/css/Adwaita.css
+++ b/src/resources/css/Adwaita.css
@@ -55,6 +55,9 @@
border-radius: 0;
text-shadow: none;
-gtk-icon-shadow: none;
+ padding: 4px;
+ border-width: 0px;
+ margin: 0px;
}
.path-bar .slider-button { /* margins are for the round keynav indicator */
@@ -85,6 +88,11 @@
box-shadow: 0 3px @theme_selected_bg_color;
}
+.pathbar-box {
+ border: 1px @borders solid;
+ border-radius: 2px;
+}
+
/* Sidebar */
.sidebar-row:selected {