CSS: Add missing and remove obsolete flex properties
[geany-mirror.git] / data / geany.css
blob2f546603b4e55bbb1cc42aeeafb57f40157b75bb
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;
10 padding: 0;
13 /* use monospaced font in search entries for easier reading of regexp (#1907117) */
14 #GeanyDialogSearch GtkEntry {
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;