Fix background color in headerbars text entries

This commit is contained in:
EliverLara
2019-02-26 14:54:32 -06:00
parent 6e608050b8
commit 55a86c9a81
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;