File: tilix.Adwaita.scrollbar.css

package info (click to toggle)
tilix 1.9.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 6,028 kB
  • sloc: xml: 1,170; sh: 285; python: 121; perl: 72; ansic: 53; makefile: 9
file content (9 lines) | stat: -rw-r--r-- 217 bytes parent folder | download | duplicates (24)
1
2
3
4
5
6
7
8
9
/* GTK 3.20 */
scrollbar {
    background-color: alpha($TERMINAL_BG, $TERMINAL_OPACITY);
}
/* GTK 3.18 */
.scrollbar:not(.slider) {
    background-color: alpha($TERMINAL_BG, $TERMINAL_OPACITY);
    border-left: 0px;
}