diff options
| author | Mikaƫl Capelle <capelle.mikael@gmail.com> | 2022-05-10 21:13:48 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-10 21:13:48 +0200 |
| commit | e8c65d7779b9db531d084422ddd2f348a2bb32b4 (patch) | |
| tree | 7c388ef2f12b8a4b25bf78a1875a949806ddf1b9 /src/stylesheets/vs15 Dark-Red.qss | |
| parent | c5a203f4486be22b3f5dc41084e9f4ced53cdefb (diff) | |
| parent | 37c9e13c6049d0d26cfd03833a422dfc19fb8d45 (diff) | |
Merge pull request #1701 from ModOrganizer2/rollback-stylesheets
Rollback stylesheets change for Qt6 to fix highlighting.
Diffstat (limited to 'src/stylesheets/vs15 Dark-Red.qss')
| -rw-r--r-- | src/stylesheets/vs15 Dark-Red.qss | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/stylesheets/vs15 Dark-Red.qss b/src/stylesheets/vs15 Dark-Red.qss index f17f8a01..4c9ca5e9 100644 --- a/src/stylesheets/vs15 Dark-Red.qss +++ b/src/stylesheets/vs15 Dark-Red.qss @@ -91,14 +91,6 @@ QAbstractItemView[filtered=true] { border: 2px solid #f00 !important; } -QAbstractItemView::item { - background: #1e1e1e; -} - -QAbstractItemView::item:alternate { - background: #262626; -} - QAbstractItemView, QListView, QTreeView { |
