Fix background color in headerbars text entries

This commit is contained in:
EliverLara
2019-02-26 14:46:32 -06:00
parent 74f68b125d
commit 1c5775013f
4 changed files with 95 additions and 93 deletions

View File

@@ -2338,7 +2338,8 @@ headerbar {
padding-right: 12px; }
.titlebar:not(headerbar) entry, .titlebar entry,
headerbar entry {
min-height: 24px; }
min-height: 24px;
background: #17181c; }
.titlebar:not(headerbar) button, .titlebar button,
headerbar button {
color: #8b8b8b;