1 /* custom GTK3 CSS for Geany */
3 /* make close button on the editor's tabs smaller */
4 #geany-close-tab-button {
7 #geany-close-tab-button GtkImage
/* GTK < 3.20 */,
8 #geany-close-tab-button image
/* GTK >= 3.20 */ {
12 /* use monospaced font in search entries for easier reading of regexp (#1907117) */
13 #GeanyDialogSearch GtkEntry
/* GTK < 3.20 */,
14 #GeanyDialogSearch entry
/* GTK >= 3.20 */ {
15 font-family: monospace
;
18 /* set red background for GtkEntries showing unmatched searches */
19 #geany-search-entry-no-match {
23 #geany-search-entry-no-match:selected
/* GTK < 3.20 */,
24 #geany-search-entry-no-match selection
/* GTK >= 3.20 */ {
26 background-color: #771111;
29 /* document status colors */
30 #geany-document-status-changed {
33 #geany-document-status-disk-changed {
36 #geany-document-status-readonly {
40 /* compiler message colors */
41 #geany-compiler-error {
44 #geany-compiler-context {
47 #geany-compiler-message {
51 /* red "Terminal" label when terminal dirty */
52 #geany-terminal-dirty {
56 /* Uncomment the following to reduce the size of the statusbar if needed */