Update dotfiles/.config/bashtop/bashtop.cfg, dotfiles/.config/inkscape/palettes/flat-remix-palette.gpl, dotfiles/.config/qt5ct/qt5ct.conf, dotfiles/.config/tilix/schemes/Flat-Remix.json, dotfiles/.local/share/qt5ct/colors/flat-remix-dark.conf, dotfiles/.local/share/qt5ct/colors/flat-remix-light.conf, dotfiles/.local/share/qt5ct/qss/fusion-simple-scrollbar.qss, dotfiles/.bashrc, .gitattributes, dotfiles/.gitconfig, dotfiles/.zshrc, dotfiles/.local/p10k.zsh, dotfiles/.local/antigen.zsh, dotfiles/.local/fzf.zsh, dotfiles/.profile
2022-08-29 18:45:16 -07:00
|
|
|
QScrollBar { background: transparent; }
|
|
|
|
|
|
|
|
QScrollBar:vertical { max-width: 8px; }
|
|
|
|
QScrollBar:horizontal { max-height: 8px; }
|
|
|
|
|
|
|
|
QScrollBar::handle {
|
|
|
|
padding: 0;
|
|
|
|
margin: 2px;
|
|
|
|
border-radius: 2px;
|
|
|
|
border: 0;
|
|
|
|
background: rgba(127, 127, 127, .5);
|
|
|
|
min-height: 20px;
|
|
|
|
min-width: 20px;
|
|
|
|
}
|
|
|
|
QScrollBar::handle:hover { background: rgba(127, 127, 127, 1); }
|
|
|
|
QScrollBar::handle:pressed { background: palette(highlight); }
|
|
|
|
|
|
|
|
QScrollBar::add-line , QScrollBar::sub-line {
|
|
|
|
height: 0;
|
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
QScrollBar::up-arrow, QScrollBar::down-arrow {
|
|
|
|
border: 0;
|
|
|
|
width: 0;
|
|
|
|
height: 0;
|
|
|
|
}
|
|
|
|
|
2022-09-24 20:28:52 -07:00
|
|
|
QScrollBar::add-page, QScrollBar::sub-page { background: none; }
|