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.css30
1 files changed, 13 insertions, 17 deletions
diff --git a/src/resources/css/Adwaita.css b/src/resources/css/Adwaita.css
index e4126a1d1..1488c7017 100644
--- a/src/resources/css/Adwaita.css
+++ b/src/resources/css/Adwaita.css
@@ -45,33 +45,29 @@
/* Path bar */
-.nautilus-path-bar button { /* undecorate the buttons */
- margin: 0px;
-}
-
-.nautilus-path-bar button:not(:checked) image { opacity: 0.8; } /* dim the icon when not checked */
-
.path-bar-box {
- transition: border 200ms;
- transition: background-color 200ms;
border-radius: 5px;
-}
-
-.path-bar-box.width-maximized {
border: 1px @borders solid;
background-color: @theme_bg_color;
+ padding-right: 6px;
+}
+
+.nautilus-path-bar button {
+ margin: 0px;
}
-.path-bar-box.width-maximized button:first-child {
- border-radius: 5px 0px 0px 5px;
- border-width: 0px 1px 0px 0px;
+.nautilus-path-bar button:first-child {
+ border-width: 0px 1px 0px 0px;
+ border-radius: 5px 0px 0px 5px;
}
-.path-bar-box.width-maximized button:not(:first-child) {
- border-width: 0px 1px 0px 1px;
- border-radius: 0px 0px 0px 0px;
+.nautilus-path-bar button:not(:first-child) {
+ border-width: 0px 1px 0px 1px;
+ border-radius: 0px 0px 0px 0px;
}
+.nautilus-path-bar button:not(:checked) image { opacity: 0.8; } /* dim the icon when not checked */
+
/* Make the tags fit into the box */
entry.search > * {
margin: 5px;