fixed separators for statusbar

This commit is contained in:
Eudaimon 2022-07-25 18:41:18 +02:00
parent ac3d2266e4
commit 0057b4a8c5
6 changed files with 10 additions and 0 deletions

View file

@ -2714,6 +2714,7 @@ separator {
@include relief($bg_color);
min-width: 0px;
min-height: 0px;
statusbar &, .osd &, osd & {@include relief($hint_bg);}
}

View file

@ -1152,6 +1152,8 @@ scrolledwindow > junction:dir(rtl) { background: #252525, linear-gradient(to bot
separator { border-width: 2px; border-style: solid; background-color: #3f3e3e; border-left-color: #666464; border-top-color: #666464; border-right-color: #252525; border-bottom-color: #252525; min-width: 0px; min-height: 0px; }
statusbar separator, .osd separator, osd separator { background-color: #203d79; border-left-color: #305cb6; border-top-color: #305cb6; border-right-color: #152951; border-bottom-color: #152951; }
/********* Lists * */
listview, list { color: #EDF0F5; background-color: #323232; border-color: #252525; }