1
0
Çatalla 0

Brighten up validation color

Dark green lacks contrast against black foreground font
Bu işleme şunda yer alıyor:
glubsy 2020-12-29 16:31:03 +01:00
ebeveyn f0d3dec517
işleme b5f59d27c9
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme

Dosyayı Görüntüle

@ -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()