diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-02-09 02:33:01 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2020-02-18 17:23:47 -0500 |
| commit | 7c2952b83c3aff216f2cd74523a24428ab4cf91c (patch) | |
| tree | 6f85906c782a3a878d84796ed9251a9c36cf0263 /src/stylesheets/Parchment v1.1 by Bob.qss | |
| parent | f9f31c57dcea9e3173d25e0c85e028891ad57fca (diff) | |
fixed stylesheets for "valid-filter" property
Diffstat (limited to 'src/stylesheets/Parchment v1.1 by Bob.qss')
| -rw-r--r-- | src/stylesheets/Parchment v1.1 by Bob.qss | 6 |
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; +} |
