1 /* custom GTK3 CSS for Geany */
3 /* make close button on the editor's tabs smaller */
4 #geany-close-tab-button {
5 -GtkWidget-focus-padding: 0;
6 -GtkWidget-focus-line-width: 0;
7 -GtkButton-default-border: 0;
8 -GtkButton-default-outside-border: 0;
9 -GtkButton-inner-border: 0;
12 #geany-close-tab-button GtkImage
{
16 /* use monospaced font in search entries for easier reading of regexp (#1907117) */
17 #GeanyDialogSearch GtkEntry
{
18 font-family: monospace
;
21 /* set red background for GtkEntries showing unmatched searches */
22 #geany-search-entry-no-match {
26 #geany-search-entry-no-match:selected
{
27 background-color: #771111;
30 /* document status colors */
31 #geany-document-status-changed {
34 #geany-document-status-disk-changed {
37 #geany-document-status-readonly {