summaryrefslogtreecommitdiff
path: root/src/stylesheets/Parchment v1.1 by Bob.qss
diff options
context:
space:
mode:
Diffstat (limited to 'src/stylesheets/Parchment v1.1 by Bob.qss')
-rw-r--r--src/stylesheets/Parchment v1.1 by Bob.qss6
1 files changed, 5 insertions, 1 deletions
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;
+}