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.css15
1 files changed, 12 insertions, 3 deletions
diff --git a/src/resources/css/Adwaita.css b/src/resources/css/Adwaita.css
index fcb1843e6..61fc11386 100644
--- a/src/resources/css/Adwaita.css
+++ b/src/resources/css/Adwaita.css
@@ -45,6 +45,10 @@
animation-iteration-count: 3;
}
+.disclosure-button {
+ padding: 4px;
+}
+
/* Path bar */
.path-bar button { /* undecorate the buttons */
@@ -55,12 +59,12 @@
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 */
- margin-top: 10px;
- margin-bottom: 11px;
- -gtk-outline-radius: 50px;
opacity: 0.7;
}
@@ -85,6 +89,11 @@
box-shadow: 0 3px @theme_selected_bg_color;
}
+.pathbar-box {
+ border: 1px @borders solid;
+ border-radius: 2px;
+}
+
/* Sidebar */
.sidebar-row:selected {