diff --git a/src/themes/Kali/sass/gtk3/_common-tweaks.scss b/src/themes/Kali/sass/gtk3/_common-tweaks.scss index deb95f93..3814c74f 100644 --- a/src/themes/Kali/sass/gtk3/_common-tweaks.scss +++ b/src/themes/Kali/sass/gtk3/_common-tweaks.scss @@ -228,16 +228,19 @@ headerbar { } } -paned, hdyleaflet, headerbar.titlebar { - & headerbar:first-child { - border-color: $backdrop_borders_color; - background: $base_color; - box-shadow: none; +paned headerbar:first-child, +hdyleaflet headerbar:first-child, +headerbar.titlebar headerbar:first-child, +deck leaflet box:first-child headerbar:first-child, +leaflet > headerbar:first-child { + border-color: $backdrop_borders_color; + background: $base_color; + box-shadow: none; - &:backdrop { background: $backdrop_base_color; } - } + &:backdrop { background: $backdrop_base_color; } } + /************** * Tree Views * **************/