diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2022-05-10 21:13:22 +0200 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2022-05-10 21:13:22 +0200 |
| commit | 37c9e13c6049d0d26cfd03833a422dfc19fb8d45 (patch) | |
| tree | 7c388ef2f12b8a4b25bf78a1875a949806ddf1b9 /src/stylesheets | |
| parent | c5a203f4486be22b3f5dc41084e9f4ced53cdefb (diff) | |
Rollback stylesheets change for Qt6 to fix highlighting.
Diffstat (limited to 'src/stylesheets')
| -rw-r--r-- | src/stylesheets/vs15 Dark-Green.qss | 8 | ||||
| -rw-r--r-- | src/stylesheets/vs15 Dark-Orange.qss | 8 | ||||
| -rw-r--r-- | src/stylesheets/vs15 Dark-Pink.qss | 8 | ||||
| -rw-r--r-- | src/stylesheets/vs15 Dark-Purple.qss | 8 | ||||
| -rw-r--r-- | src/stylesheets/vs15 Dark-Red.qss | 8 | ||||
| -rw-r--r-- | src/stylesheets/vs15 Dark-Yellow.qss | 8 | ||||
| -rw-r--r-- | src/stylesheets/vs15 Dark.qss | 8 |
7 files changed, 0 insertions, 56 deletions
diff --git a/src/stylesheets/vs15 Dark-Green.qss b/src/stylesheets/vs15 Dark-Green.qss index 39d30185..9722150f 100644 --- a/src/stylesheets/vs15 Dark-Green.qss +++ b/src/stylesheets/vs15 Dark-Green.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 { diff --git a/src/stylesheets/vs15 Dark-Orange.qss b/src/stylesheets/vs15 Dark-Orange.qss index fd29161d..fca4cd6a 100644 --- a/src/stylesheets/vs15 Dark-Orange.qss +++ b/src/stylesheets/vs15 Dark-Orange.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 { diff --git a/src/stylesheets/vs15 Dark-Pink.qss b/src/stylesheets/vs15 Dark-Pink.qss index a726d047..f9ac60e9 100644 --- a/src/stylesheets/vs15 Dark-Pink.qss +++ b/src/stylesheets/vs15 Dark-Pink.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 { diff --git a/src/stylesheets/vs15 Dark-Purple.qss b/src/stylesheets/vs15 Dark-Purple.qss index 89f19ccf..2981c29f 100644 --- a/src/stylesheets/vs15 Dark-Purple.qss +++ b/src/stylesheets/vs15 Dark-Purple.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 { 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 { diff --git a/src/stylesheets/vs15 Dark-Yellow.qss b/src/stylesheets/vs15 Dark-Yellow.qss index e44e716d..f9019e67 100644 --- a/src/stylesheets/vs15 Dark-Yellow.qss +++ b/src/stylesheets/vs15 Dark-Yellow.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 { diff --git a/src/stylesheets/vs15 Dark.qss b/src/stylesheets/vs15 Dark.qss index 842e13b1..fc1cb86b 100644 --- a/src/stylesheets/vs15 Dark.qss +++ b/src/stylesheets/vs15 Dark.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 { |
