diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-05-22 23:18:25 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-05-22 23:18:25 -0400 |
| commit | d9cdc244619c42b6f140e8ab6815bc7409231644 (patch) | |
| tree | a295ecf24a5cab0f7e64b0308bb1ab1fb3a6b964 /src/stylesheets | |
| parent | 3ef7c401d547d0ca1ace90a1132ad36e3e133eba (diff) | |
| parent | 2f0cfa2930b5876319c5a3a1b0ddd7989d0ec51e (diff) | |
Merge remote-tracking branch 'remotes/upstream/Develop' into Develop
Diffstat (limited to 'src/stylesheets')
| -rw-r--r-- | src/stylesheets/dracula.qss | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/stylesheets/dracula.qss b/src/stylesheets/dracula.qss index 385fca16..ac0119b0 100644 --- a/src/stylesheets/dracula.qss +++ b/src/stylesheets/dracula.qss @@ -280,12 +280,18 @@ QMenu::separator { /* * Scroll bar */ -QScrollBar { +QScrollBar:vertical { background-color: transparent; margin: 0; height: 1px; width: 12px; } +QScrollBar:horizontal { + background-color: transparent; + margin: 0; + height: 12px; + width: 1px; +} QScrollBar::handle { border: 1px solid #555555; border-radius: 4px; |
