geany/data/geany-3.20.css

10 lines
184 B
CSS
Raw Normal View History

/* 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;
}