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.qss10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/stylesheets/Parchment v1.1 by Bob.qss b/src/stylesheets/Parchment v1.1 by Bob.qss
index 61c2f84d..269869ad 100644
--- a/src/stylesheets/Parchment v1.1 by Bob.qss
+++ b/src/stylesheets/Parchment v1.1 by Bob.qss
@@ -145,6 +145,10 @@ QWebView {
border-radius: 6px;
}
+QAbstractItemView[filtered=true] {
+ border: 2px solid #f00 !important;
+}
+
/* Group Boxes */
QGroupBox {
@@ -596,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;
+}