GTK3: Make nautilus path-bar-box border lighter in backdrop mode

This commit is contained in:
Daniel Ruiz de Alegría 2020-11-28 11:40:48 +01:00
parent 75e1647b12
commit 1121ea9a99
4 changed files with 11 additions and 0 deletions

View File

@ -5545,6 +5545,9 @@ filechooser placessidebar.sidebar,
border-radius: 5px; border-radius: 5px;
border-style: solid; } border-style: solid; }
.path-bar-box:backdrop {
border-color: #16171d; }
/* XFCE4 PANEL */ /* XFCE4 PANEL */
.xfce4-panel.background { .xfce4-panel.background {
background: rgba(35, 37, 46, 0.8); } background: rgba(35, 37, 46, 0.8); }

View File

@ -5545,6 +5545,9 @@ filechooser placessidebar.sidebar,
border-radius: 5px; border-radius: 5px;
border-style: solid; } border-style: solid; }
.path-bar-box:backdrop {
border-color: #16171d; }
/* XFCE4 PANEL */ /* XFCE4 PANEL */
.xfce4-panel.background { .xfce4-panel.background {
background: rgba(35, 37, 46, 0.8); } background: rgba(35, 37, 46, 0.8); }

View File

@ -5566,6 +5566,9 @@ filechooser placessidebar.sidebar,
border-radius: 5px; border-radius: 5px;
border-style: solid; } border-style: solid; }
.path-bar-box:backdrop {
border-color: #e0e0e0; }
/* XFCE4 PANEL */ /* XFCE4 PANEL */
.xfce4-panel.background { .xfce4-panel.background {
background: rgba(255, 255, 255, 0.9); } background: rgba(255, 255, 255, 0.9); }

View File

@ -75,6 +75,8 @@ filechooser,
} }
} }
.path-bar-box:backdrop { border-color: $backdrop_borders_color}
/* XFCE4 PANEL */ /* XFCE4 PANEL */
.xfce4-panel { .xfce4-panel {
&.background { background: $panel_bg; } &.background { background: $panel_bg; }