From b5c0b2b0a220275827cb67e56fc5cb0fc1ece6fa Mon Sep 17 00:00:00 2001 From: isanae <14251494+isanae@users.noreply.github.com> Date: Sun, 9 Feb 2020 00:24:16 -0500 Subject: updated stylesheets for new "filtered" property on lists with FilterWidget --- src/stylesheets/Transparent-Style-101-Green.qss | 35 ++++++++++++++----------- 1 file changed, 20 insertions(+), 15 deletions(-) (limited to 'src/stylesheets/Transparent-Style-101-Green.qss') diff --git a/src/stylesheets/Transparent-Style-101-Green.qss b/src/stylesheets/Transparent-Style-101-Green.qss index 3bbdb5db..e5688d75 100644 --- a/src/stylesheets/Transparent-Style-101-Green.qss +++ b/src/stylesheets/Transparent-Style-101-Green.qss @@ -6,13 +6,13 @@ } QWidget { color: #fff; - background-color: rgb(0, 204, 0, 5); - alternate-background-color: rgb(0, 204, 0, 10); + background-color: rgba(0, 204, 0, 5); + alternate-background-color: rgba(0, 204, 0, 10); } QAbstractItemView { color: #fff; - background-color: rgb(0, 204, 0, 5); - alternate-background-color: rgb(0, 204, 0, 10); + background-color: rgba(0, 204, 0, 5); + alternate-background-color: rgba(0, 204, 0, 10); border: 1px solid #001a00; border-style:outset; border-radius: 3px; @@ -29,7 +29,7 @@ border-image: url(./Transparent-Style/Green/vault-tec-small.png) 0 0 0 0 stretch stretch; } #nameLabel { - background-color: rgb(0, 0, 0, 20); + background-color: rgba(0, 0, 0, 20); border-top:1px solid black; border-bottom:1px solid black; } @@ -269,7 +269,7 @@ padding-right: 5%; } QPushButton:open { - background-color: rgb(0, 204, 0, 100); + background-color: rgba(0, 204, 0, 100); } QPushButton:!enabled { border: 1px grey; @@ -331,29 +331,34 @@ border-radius: 5px; border-top:1px solid #b9d7fc; border-bottom:1px solid #b9d7fc; - background-color: rgb(0, 204, 0, 100); + background-color: rgba(0, 204, 0, 100); } QTreeView::branch:has-siblings:!adjoins-item { - background:url(Vault-101/Vault-101-item-line-v.png) center center no-repeat; + background:url(Transparent-Style/Green/Vault-101-item-line-v.png) center center no-repeat; } QTreeView::branch:has-siblings { - background:url(Vault-101/Vault-101-itemB-line.png) center center no-repeat; + background:url(Transparent-Style/Green/Vault-101-itemB-line.png) center center no-repeat; } QTreeView::branch:!has-children:!has-siblings:adjoins-item { - background:url(Vault-101/Vault-101-itemB-end.png) center center no-repeat; + background:url(Transparent-Style/Green/Vault-101-itemB-end.png) center center no-repeat; } QTreeView::branch:closed:has-children:has-siblings { - background:url(Vault-101/Vault-101-itemB-close.png) center center no-repeat; + background:url(Transparent-Style/Green/Vault-101-itemB-close.png) center center no-repeat; } QTreeView::branch:closed:has-children:!has-siblings { - background:url(Vault-101/Vault-101-itemB-close-last.png) center center no-repeat; + background:url(Transparent-Style/Green/Vault-101-itemB-close-last.png) center center no-repeat; } QTreeView::branch:open:has-children:has-siblings { - background:url(Vault-101/Vault-101-itemB-open.png) center center no-repeat; + background:url(Transparent-Style/Green/Vault-101-itemB-open.png) center center no-repeat; } QTreeView::branch:open:has-children:!has-siblings { - background:url(Vault-101/Vault-101-itemB-open-last.png) center center no-repeat; + background:url(Transparent-Style/Green/Vault-101-itemB-open-last.png) center center no-repeat; } + +QAbstractItemView[filtered=true] { + border: 2px solid #f00 !important; +} + /* **************************************************************** */ /* Checkboxes and Radio buttons common #QCheckBox, #QRadioButton */ /* common */ @@ -477,7 +482,7 @@ QStatusBar::item {border: None;} border-radius:5px; margin: 0px; padding-left:2px; - selection-background-color: rgb(0, 204, 0, 10); + selection-background-color: rgba(0, 204, 0, 10); } /* Font size */ QLabel, QMenu, QPushButton, QTabBar, QTextEdit, QLineEdit, QWebView, QComboBox, QComboBox:editable, QAbstractSpinBox, QGroupBox, QCheckBox, QRadioButton { -- cgit v1.3.1 From 7c2952b83c3aff216f2cd74523a24428ab4cf91c Mon Sep 17 00:00:00 2001 From: isanae <14251494+isanae@users.noreply.github.com> Date: Sun, 9 Feb 2020 02:33:01 -0500 Subject: fixed stylesheets for "valid-filter" property --- src/stylesheets/Night Eyes.qss | 4 ++++ src/stylesheets/Parchment v1.1 by Bob.qss | 6 +++++- src/stylesheets/Transparent-Style-101-Green.qss | 4 ++++ src/stylesheets/Transparent-Style-BOS.qss | 4 ++++ src/stylesheets/Transparent-Style-Skyrim.qss | 4 ++++ src/stylesheets/dark.qss | 4 ++++ src/stylesheets/dracula.qss | 4 ++++ src/stylesheets/skyrim.qss | 4 ++++ src/stylesheets/vs15 Dark-Green.qss | 4 ++++ src/stylesheets/vs15 Dark-Orange.qss | 4 ++++ src/stylesheets/vs15 Dark-Purple.qss | 4 ++++ src/stylesheets/vs15 Dark-Red.qss | 4 ++++ src/stylesheets/vs15 Dark-Yellow.qss | 4 ++++ src/stylesheets/vs15 Dark.qss | 4 ++++ 14 files changed, 57 insertions(+), 1 deletion(-) (limited to 'src/stylesheets/Transparent-Style-101-Green.qss') diff --git a/src/stylesheets/Night Eyes.qss b/src/stylesheets/Night Eyes.qss index 6642284c..135f0c09 100644 --- a/src/stylesheets/Night Eyes.qss +++ b/src/stylesheets/Night Eyes.qss @@ -696,3 +696,7 @@ QProgressBar QAbstractItemView[filtered=true] { border: 2px solid #f00 !important; } + +QLineEdit[valid-filter=false] { + background-color: #661111 !important; +} diff --git a/src/stylesheets/Parchment v1.1 by Bob.qss b/src/stylesheets/Parchment v1.1 by Bob.qss index 1f549fa7..269869ad 100644 --- a/src/stylesheets/Parchment v1.1 by Bob.qss +++ b/src/stylesheets/Parchment v1.1 by Bob.qss @@ -600,4 +600,8 @@ QSlider::handle:horizontal:hover { QTableView { gridline-color: #DBD399; border: 0px; -} \ No newline at end of file +} + +QLineEdit[valid-filter=false] { + background-color: #661111 !important; +} diff --git a/src/stylesheets/Transparent-Style-101-Green.qss b/src/stylesheets/Transparent-Style-101-Green.qss index e5688d75..0d35ec7e 100644 --- a/src/stylesheets/Transparent-Style-101-Green.qss +++ b/src/stylesheets/Transparent-Style-101-Green.qss @@ -500,3 +500,7 @@ LinkLabel { font-family: Source Sans Pro; font-size: 14px; } + +QLineEdit[valid-filter=false] { + background-color: #661111 !important; +} diff --git a/src/stylesheets/Transparent-Style-BOS.qss b/src/stylesheets/Transparent-Style-BOS.qss index 8cec7309..0b4ba23d 100644 --- a/src/stylesheets/Transparent-Style-BOS.qss +++ b/src/stylesheets/Transparent-Style-BOS.qss @@ -752,3 +752,7 @@ QStatusBar::item {border: None;} LinkLabel { qproperty-linkColor: #3399FF; } + +QLineEdit[valid-filter=false] { + background-color: #661111 !important; +} diff --git a/src/stylesheets/Transparent-Style-Skyrim.qss b/src/stylesheets/Transparent-Style-Skyrim.qss index 4e649cf3..cbc43033 100644 --- a/src/stylesheets/Transparent-Style-Skyrim.qss +++ b/src/stylesheets/Transparent-Style-Skyrim.qss @@ -752,3 +752,7 @@ QStatusBar::item {border: None;} LinkLabel { qproperty-linkColor: #3399FF; } + +QLineEdit[valid-filter=false] { + background-color: #661111 !important; +} diff --git a/src/stylesheets/dark.qss b/src/stylesheets/dark.qss index d220d887..1bf5c819 100644 --- a/src/stylesheets/dark.qss +++ b/src/stylesheets/dark.qss @@ -389,3 +389,7 @@ DownloadListWidget[downloadView=compact]::item { LinkLabel { qproperty-linkColor: #3399FF; } + +QLineEdit[valid-filter=false] { + background-color: #661111 !important; +} diff --git a/src/stylesheets/dracula.qss b/src/stylesheets/dracula.qss index 5a296fd4..9beba52d 100644 --- a/src/stylesheets/dracula.qss +++ b/src/stylesheets/dracula.qss @@ -439,3 +439,7 @@ QProgressBar::chunk { background-color: #427683; } + +QLineEdit[valid-filter=false] { + background-color: #661111 !important; +} diff --git a/src/stylesheets/skyrim.qss b/src/stylesheets/skyrim.qss index 6191d87d..ffd42640 100644 --- a/src/stylesheets/skyrim.qss +++ b/src/stylesheets/skyrim.qss @@ -663,3 +663,7 @@ QDialog#CredentialsDialog { #pluginsList { min-width: 260px; } + +QLineEdit[valid-filter=false] { + background-color: #661111 !important; +} diff --git a/src/stylesheets/vs15 Dark-Green.qss b/src/stylesheets/vs15 Dark-Green.qss index fbc85015..a4c6a2cc 100644 --- a/src/stylesheets/vs15 Dark-Green.qss +++ b/src/stylesheets/vs15 Dark-Green.qss @@ -759,3 +759,7 @@ QDialog#QueryOverwriteDialog { QDialog#ModInfoDialog { min-width: 850px; } + +QLineEdit[valid-filter=false] { + background-color: #661111 !important; +} diff --git a/src/stylesheets/vs15 Dark-Orange.qss b/src/stylesheets/vs15 Dark-Orange.qss index 97fbf204..c909d103 100644 --- a/src/stylesheets/vs15 Dark-Orange.qss +++ b/src/stylesheets/vs15 Dark-Orange.qss @@ -760,3 +760,7 @@ QDialog#QueryOverwriteDialog { QDialog#ModInfoDialog { min-width: 850px; } + +QLineEdit[valid-filter=false] { + background-color: #661111 !important; +} diff --git a/src/stylesheets/vs15 Dark-Purple.qss b/src/stylesheets/vs15 Dark-Purple.qss index d40e874a..2cff0e06 100644 --- a/src/stylesheets/vs15 Dark-Purple.qss +++ b/src/stylesheets/vs15 Dark-Purple.qss @@ -760,3 +760,7 @@ QDialog#QueryOverwriteDialog { QDialog#ModInfoDialog { min-width: 850px; } + +QLineEdit[valid-filter=false] { + background-color: #661111 !important; +} diff --git a/src/stylesheets/vs15 Dark-Red.qss b/src/stylesheets/vs15 Dark-Red.qss index 16f9cd58..2df39fc4 100644 --- a/src/stylesheets/vs15 Dark-Red.qss +++ b/src/stylesheets/vs15 Dark-Red.qss @@ -760,3 +760,7 @@ QDialog#QueryOverwriteDialog { QDialog#ModInfoDialog { min-width: 850px; } + +QLineEdit[valid-filter=false] { + background-color: #661111 !important; +} diff --git a/src/stylesheets/vs15 Dark-Yellow.qss b/src/stylesheets/vs15 Dark-Yellow.qss index 9a9c99e6..63688511 100644 --- a/src/stylesheets/vs15 Dark-Yellow.qss +++ b/src/stylesheets/vs15 Dark-Yellow.qss @@ -759,3 +759,7 @@ QDialog#QueryOverwriteDialog { QDialog#ModInfoDialog { min-width: 850px; } + +QLineEdit[valid-filter=false] { + background-color: #661111 !important; +} diff --git a/src/stylesheets/vs15 Dark.qss b/src/stylesheets/vs15 Dark.qss index e96dd416..af29a696 100644 --- a/src/stylesheets/vs15 Dark.qss +++ b/src/stylesheets/vs15 Dark.qss @@ -759,3 +759,7 @@ QDialog#QueryOverwriteDialog { QDialog#ModInfoDialog { min-width: 850px; } + +QLineEdit[valid-filter=false] { + background-color: #661111 !important; +} -- cgit v1.3.1