Tweaks to button border colours on register inspection window

This commit is contained in:
Nav
2021-09-25 20:15:21 +01:00
parent 5eea0c0b9c
commit 242394857a

View File

@@ -34,13 +34,13 @@ QLineEdit:disabled {
QPushButton {
background-color: #373937;
border: 1px solid #41423f;
border: 1px solid #484A49;
padding: 3px 25px;
}
#apply-btn {
background-color: #353C41;
border: 1px solid #3e474c;
border: 1px solid #454C52;
}
QPushButton:disabled {