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:
@@ -500,3 +500,9 @@ GtkNotebook {
|
||||
#PartialPasteHeaderSep {
|
||||
color: #D8D8D8;
|
||||
}
|
||||
|
||||
|
||||
#MyFileChooserButton {
|
||||
padding-left: 3px;
|
||||
padding-right: 3px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user