diff options
Diffstat (limited to 'src/stylesheets/Transparent-Style-Skyrim.qss')
| -rw-r--r-- | src/stylesheets/Transparent-Style-Skyrim.qss | 4 |
1 files changed, 4 insertions, 0 deletions
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; +} |
