remove padding and appearance from titlebar-buttons
This should correctly fix #359
This commit is contained in:
@@ -5,8 +5,7 @@ See the above repository for updates as well as full license text. */
|
|||||||
|
|
||||||
.titlebar-button{
|
.titlebar-button{
|
||||||
list-style-image: none !important;
|
list-style-image: none !important;
|
||||||
appearance: auto !important;
|
appearance: none !important;
|
||||||
padding: 0 !important;
|
|
||||||
}
|
}
|
||||||
.titlebar-button > .toolbarbutton-icon{
|
.titlebar-button > .toolbarbutton-icon{
|
||||||
appearance: auto !important;
|
appearance: auto !important;
|
||||||
|
|||||||
Reference in New Issue
Block a user