diff --git a/qt/exclude_list_dialog.py b/qt/exclude_list_dialog.py index 3c23b83f..a4aa4af4 100644 --- a/qt/exclude_list_dialog.py +++ b/qt/exclude_list_dialog.py @@ -132,7 +132,7 @@ class ExcludeListDialog(QDialog): match = compiled.match(input_text) if match: self._input_styled = True - self.inputLine.setStyleSheet("background-color: rgb(10, 120, 10);") + self.inputLine.setStyleSheet("background-color: rgb(10, 220, 10);") else: self.reset_input_style()