Skip to content

Commit 941d143

Browse files
committed
data/meld.css: Reinstate some compatibility CSS for pre-3.20 GTK+
1 parent a1788f5 commit 941d143

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

data/meld.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ link-map {
1717
background-color: @theme_bg_color;
1818
}
1919

20+
/* Only for backwards-compatibility with pre-3.20 GTK+ */
21+
LinkMap {
22+
background-color: @theme_bg_color;
23+
}
24+
2025
.meld-vc-console-pane {
2126
border-width: 1px 0 0 0;
2227
border-style: solid;

0 commit comments

Comments
 (0)