added CSS style for MyFileChooserButton for GTK+ >= 3.20

This commit is contained in:
Alberto Griggio
2017-10-26 15:01:18 +02:00
parent e44662a899
commit 3809d7795d

View File

@@ -903,3 +903,13 @@ paned > separator {
#PartialPasteHeaderSep {
background-color: #D8D8D8;
}
/* All MyFileChooserButtons */
button#MyFileChooserButton {
padding: 2px;
margin: 2px;
}
#ToolPanelNotebook button {
margin: 0px;
}