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:
JosephMcc
2017-12-09 01:06:28 -08:00
parent 100428eaf9
commit a13a573228
2 changed files with 7 additions and 7 deletions

View File

@@ -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;
}