diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-11-27 14:10:50 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-11-27 14:10:50 -0500 |
| commit | 70e66802a2d46a1ffdac7528b134c9d7741a8797 (patch) | |
| tree | 800e8f695d1ec4d3a8fe3ed312e5e00ae14df875 /src/stylesheets/vs15 Dark.qss | |
| parent | 892a19bfc613bbc6d157eced8356314026febbac (diff) | |
changed labels that have links to new LinkLabel, removed hardcoded colors
changed the link colors on dark themes to something saner
Diffstat (limited to 'src/stylesheets/vs15 Dark.qss')
| -rw-r--r-- | src/stylesheets/vs15 Dark.qss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/stylesheets/vs15 Dark.qss b/src/stylesheets/vs15 Dark.qss index a5781d72..1d27be17 100644 --- a/src/stylesheets/vs15 Dark.qss +++ b/src/stylesheets/vs15 Dark.qss @@ -94,6 +94,9 @@ QTreeView::branch:selected { QLabel { background-color: transparent; } +LinkLabel { + qproperty-linkColor: #3399FF; } + /* Left Pane & File Trees #QTreeView, #QListView*/ QTreeView::branch:closed:has-children { image: url(./vs15/branch-closed.png); } |
