[nautilus/antoniof/hide-path-border-on-small-windows: 11/11] Adwaita: Add transition and raised path-bax-box
- From: Carlos Soriano <csoriano src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus/antoniof/hide-path-border-on-small-windows: 11/11] Adwaita: Add transition and raised path-bax-box
- Date: Mon, 6 Aug 2018 19:02:49 +0000 (UTC)
commit ab0c0a6647291719b43ce751afe195d43579bba0
Author: António Fernandes <antoniof gnome org>
Date: Fri Aug 3 13:00:12 2018 +0100
Adwaita: Add transition and raised path-bax-box
src/resources/css/Adwaita.css | 6 ++++++
1 file changed, 6 insertions(+)
---
diff --git a/src/resources/css/Adwaita.css b/src/resources/css/Adwaita.css
index 22e0727de..55c371f8b 100644
--- a/src/resources/css/Adwaita.css
+++ b/src/resources/css/Adwaita.css
@@ -68,10 +68,16 @@
.path-bar button:not(:backdrop):hover { box-shadow: inset 0 -3px @borders; }
+.path-bar-box {
+ transition-duration: 200ms;
+}
.path-bar-box.width-maximized {
border: 1px @borders solid;
border-radius: 3px;
+ background-color: @theme_bg_color;
}
+.path-bar-box.width-maximized:not(:backdrop) {
+ box-shadow: inset 0 1px #fafafa, 0 1px #e0e0e0;}
/* Make the tags fit into the box */
entry.search > * {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]