10 lines
184 B
CSS
10 lines
184 B
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;
|
||
|
|
}
|