diff --git a/config/acc.qss b/config/acc.qss index 548865a..5c51724 100644 --- a/config/acc.qss +++ b/config/acc.qss @@ -1285,6 +1285,36 @@ QComboBox::down-arrow#Controller { image: url(:/down_arrow.png); } + +QInputDialog{ + background-color: lightblue; + color: black; + font-size: 13px; + font-style: normal; + font-weight: 500; + font-family: "Sans serif"; + border: 2px solid gray; + border-radius: 5px; + padding: 2px 2px 2px 5px; + margin: 5px; + qproperty-alignment: AlignLeft; +} + +QInputDialog#Password { + background-color: lightblue; + color: black; + font-size: 13px; + font-style: normal; + font-weight: 500; + font-family: "Sans serif"; + border: 2px solid gray; + border-radius: 5px; + padding: 2px 2px 2px 5px; + margin: 5px; + qproperty-alignment: AlignLeft; +} + + QLabel#Elog { background-color: lightblue; color: black;