Kaydet (Commit) c4f56bfc authored tarafından Colomban Wendling's avatar Colomban Wendling

Fix some custom CSS selectors to work on GTK 3.20

üst 5851f561
......@@ -4,12 +4,14 @@
#geany-close-tab-button {
padding: 0;
}
#geany-close-tab-button GtkImage {
#geany-close-tab-button GtkImage /* GTK < 3.20 */,
#geany-close-tab-button image /* GTK >= 3.20 */ {
padding: 0;
}
/* use monospaced font in search entries for easier reading of regexp (#1907117) */
#GeanyDialogSearch GtkEntry {
#GeanyDialogSearch GtkEntry /* GTK < 3.20 */,
#GeanyDialogSearch entry /* GTK >= 3.20 */ {
font-family: monospace;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment