Created
June 25, 2016 15:29
-
-
Save alunux/286214515ee3a37cc368c101e3f51557 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
headerbar { | |
min-height: 0; | |
padding-left: 2px; | |
padding-right: 2px; | |
padding-top: 1px; | |
padding-bottom: 1px; | |
} | |
headerbar entry, | |
headerbar spinbutton, | |
headerbar button, | |
headerbar separator { | |
margin-top: 1px; | |
margin-bottom: 1px; | |
} | |
.default-decoration { | |
min-height: 0; | |
padding-left: 2px; | |
padding-right: 2px; | |
padding-top: 1px; | |
padding-bottom: 1px; | |
} | |
.default-decoration .titlebutton { | |
min-height: 5px; | |
min-width: 5px; | |
} | |
notebook button { | |
min-height: 0; | |
min-width: 0; | |
padding: 2px; | |
} | |
widget { | |
padding: 4px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment