Merge branch 'scintilla/update-366'
[geany-mirror.git] / data / geany.css
blob4f49cef91e671f3f7f94bfa245068de37bc29dfc
1 /* custom GTK3 CSS for Geany */
3 /* make close button on the editor's tabs smaller */
4 #geany-close-tab-button {
5 padding: 0;
7 #geany-close-tab-button GtkImage /* GTK < 3.20 */,
8 #geany-close-tab-button image /* GTK >= 3.20 */ {
9 padding: 0;
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 {
20 color: #fff;
21 background: #ff6666;
23 #geany-search-entry-no-match:selected {
24 background-color: #771111;
27 /* document status colors */
28 #geany-document-status-changed {
29 color: #ff0000;
31 #geany-document-status-disk-changed {
32 color: #ff7f00;
34 #geany-document-status-readonly {
35 color: #007f00;
38 /* red "Terminal" label when terminal dirty */
39 #geany-terminal-dirty {
40 color: #ff0000;