diff --git a/loginwindow.ui b/loginwindow.ui index e61e3f3..6c28303 100644 --- a/loginwindow.ui +++ b/loginwindow.ui @@ -24,9 +24,31 @@ false - background-color: #3c8dbc; -color: white; - + * { + background-color: #3c8dbc; + color: white; +} + +QLineEdit { + margin-bottom: 15px; + border: 1px solid grey; + border-radius: 0px; + background-color: white; +} + +QPushButton { + background-color: rgb(28, 82, 187); + border: 1px solid grey; + padding: 2px 15px 2px 15px; +} + +QPushButton:hover { + background-color: rgb(28, 82, 110); +} + +QPushButton:pressed { + background-color: rgb(50, 50, 255); +} @@ -85,6 +107,46 @@ QToolButton:hover:!pressed { + + + + Qt::Vertical + + + + 20 + 40 + + + + + + + + Email address + + + + + + + + + + Password + + + + + + + + + + Login + + +