geany/data/geany-3.20.css
2016-05-02 15:07:50 +02:00

12 lines
206 B
CSS

@import "geany.css";
/* make close button on the editor's tabs smaller */
#geany-close-tab-button {
outline-offset: 0;
outline-width: 0;
margin: 0;
margin-left: 0.5em;
min-width: 0;
min-height: 0;
}