Created
April 29, 2017 21:17
-
-
Save alunux/4cf2bb0c7a960674e50ac3f9d5b7412b 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