Better rounded titlebar buttons inactive style, #101

This commit is contained in:
Rafael Mardojai CM 2020-01-17 09:51:41 -05:00
parent f0b617a1bc
commit b01d6418ab
1 changed files with 4 additions and 0 deletions

View File

@ -8,3 +8,7 @@
width: 30px !important;
margin: 2px 5px !important;
}
:root[tabsintitlebar] #titlebar:-moz-window-inactive .titlebar-button {
border-color: var(--gnome-inactive-button-border-color) !important;
}