make MyFileChooserButton behave nicely with CSS themes

Note: I still had to hardcode a set_border_width(2) for GTK+ < 3.20, because nothing I tried on the CSS worked...
This commit is contained in:
Alberto Griggio
2017-10-25 22:35:26 +02:00
parent 8322f03e3d
commit c3bdd47a62
2 changed files with 12 additions and 6 deletions

View File

@@ -500,3 +500,9 @@ GtkNotebook {
#PartialPasteHeaderSep {
color: #D8D8D8;
}
#MyFileChooserButton {
padding-left: 3px;
padding-right: 3px;
}