Browse Source

Updated styling example

pipelines/143601543
eidheim 6 years ago
parent
commit
aabb6fb1cc
  1. 14
      docs/custom_styling.md

14
docs/custom_styling.md

@ -14,7 +14,11 @@ was made with the following ~/.config/gtk-3.0/gtk.css:
background-size: 100% 100%; background-size: 100% 100%;
} }
.juci_directories * { .juci_directories {
background-color: rgba(255, 255, 255, 0.7);
}
.juci_directories button {
background-color: rgba(255, 255, 255, 0.7); background-color: rgba(255, 255, 255, 0.7);
} }
@ -22,8 +26,8 @@ was made with the following ~/.config/gtk-3.0/gtk.css:
background-color: rgba(200, 200, 200, 0.6); background-color: rgba(200, 200, 200, 0.6);
} }
.juci_directories button * { .juci_terminal_scrolledwindow {
background: transparent; background-color: rgba(255, 255, 255, 0.8);
} }
.juci_terminal { .juci_terminal {
@ -34,10 +38,6 @@ was made with the following ~/.config/gtk-3.0/gtk.css:
background: transparent; background: transparent;
} }
.juci_terminal_scrolledwindow {
background-color: rgba(255, 255, 255, 0.8);
}
.juci_notebook { .juci_notebook {
background-color: rgba(255, 255, 255, 0.8); background-color: rgba(255, 255, 255, 0.8);
} }

Loading…
Cancel
Save