summaryrefslogtreecommitdiff
path: root/src/stylesheets/skyrim.qss
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2020-02-09 02:33:01 -0500
committerisanae <14251494+isanae@users.noreply.github.com>2020-02-18 17:23:47 -0500
commit7c2952b83c3aff216f2cd74523a24428ab4cf91c (patch)
tree6f85906c782a3a878d84796ed9251a9c36cf0263 /src/stylesheets/skyrim.qss
parentf9f31c57dcea9e3173d25e0c85e028891ad57fca (diff)
fixed stylesheets for "valid-filter" property
Diffstat (limited to 'src/stylesheets/skyrim.qss')
-rw-r--r--src/stylesheets/skyrim.qss4
1 files changed, 4 insertions, 0 deletions
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;
+}