xed-searchbar: Fix the size of the searchbar close button
The theming for this changed in gtk3.20+. Get it back to the proper size and theme it in xed-style.css instead of hard coding it.
This commit is contained in:
@@ -5,3 +5,9 @@
|
||||
.xed-map-frame:dir(rtl) border {
|
||||
border-width: 0 1px 0 0;
|
||||
}
|
||||
|
||||
.xed-searchbar .close-button {
|
||||
padding: 0;
|
||||
min-height: 0;
|
||||
min-width: 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user