diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-02-09 02:33:01 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2020-02-18 17:23:47 -0500 |
| commit | 7c2952b83c3aff216f2cd74523a24428ab4cf91c (patch) | |
| tree | 6f85906c782a3a878d84796ed9251a9c36cf0263 /src/stylesheets | |
| parent | f9f31c57dcea9e3173d25e0c85e028891ad57fca (diff) | |
fixed stylesheets for "valid-filter" property
Diffstat (limited to 'src/stylesheets')
| -rw-r--r-- | src/stylesheets/Night Eyes.qss | 4 | ||||
| -rw-r--r-- | src/stylesheets/Parchment v1.1 by Bob.qss | 6 | ||||
| -rw-r--r-- | src/stylesheets/Transparent-Style-101-Green.qss | 4 | ||||
| -rw-r--r-- | src/stylesheets/Transparent-Style-BOS.qss | 4 | ||||
| -rw-r--r-- | src/stylesheets/Transparent-Style-Skyrim.qss | 4 | ||||
| -rw-r--r-- | src/stylesheets/dark.qss | 4 | ||||
| -rw-r--r-- | src/stylesheets/dracula.qss | 4 | ||||
| -rw-r--r-- | src/stylesheets/skyrim.qss | 4 | ||||
| -rw-r--r-- | src/stylesheets/vs15 Dark-Green.qss | 4 | ||||
| -rw-r--r-- | src/stylesheets/vs15 Dark-Orange.qss | 4 | ||||
| -rw-r--r-- | src/stylesheets/vs15 Dark-Purple.qss | 4 | ||||
| -rw-r--r-- | src/stylesheets/vs15 Dark-Red.qss | 4 | ||||
| -rw-r--r-- | src/stylesheets/vs15 Dark-Yellow.qss | 4 | ||||
| -rw-r--r-- | src/stylesheets/vs15 Dark.qss | 4 |
14 files changed, 57 insertions, 1 deletions
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; +} |
