Fix Find in Files invalid directory error (#3818)
[geany-mirror.git] / data / geany.css
blobe22615bee936658268158799b92043b3401094f2
1 /* custom GTK3 CSS for Geany */
3 /* make close button on the editor's tabs smaller */
4 #geany-close-tab-button {
5 outline-offset: 0;
6 outline-width: 0;
7 margin: 0;
8 margin-left: 0.5em;
9 min-width: 0;
10 min-height: 0;
11 padding: 0;
13 #geany-close-tab-button image {
14 padding: 0;
17 /* use monospaced font in search entries for easier reading of regexp (#1907117) */
18 #GeanyDialogSearch entry {
19 font-family: monospace;
22 /* set red background for GtkEntries showing unmatched searches */
23 #geany-search-entry-no-match {
24 color: #fff;
25 background: #ff6666;
27 #geany-search-entry-no-match selection {
28 color: #fff;
29 background-color: #771111;
32 /* document status colors */
33 #geany-document-status-changed {
34 color: #ff3030;
36 #geany-document-status-disk-changed {
37 color: #ee8000;
39 #geany-document-status-readonly {
40 color: #309030;
43 /* compiler message colors */
44 #geany-compiler-error {
45 color: #ff3030;
47 #geany-compiler-context {
48 color: #ee8000;
50 #geany-compiler-message {
51 color: #006eff;
54 /* red "Terminal" label when terminal dirty */
55 #geany-terminal-dirty {
56 color: #ff3030;
59 /* Uncomment the following to reduce the size of the statusbar if needed */
61 statusbar {
62 margin: -6px 0;