summaryrefslogtreecommitdiff
path: root/src/stylesheets/skyrim.qss
diff options
context:
space:
mode:
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;
+}