updated the styling

This commit is contained in:
xgui4
2026-03-20 16:41:40 -04:00
parent 0f1f629745
commit d06187db02
3 changed files with 48 additions and 1 deletions

View File

@@ -3,6 +3,11 @@
font-family : "Monocraft"
}
*::disabled {
color : gray;
}
QPushButton {
color : black;
border : none;
@@ -22,7 +27,9 @@ QMenuBar {
background-color : black
}
QSatusBar
QLineEdit {
background : black;
}
QLineEdit {
background : black;

View File

@@ -0,0 +1,36 @@
* {
color : black;
font-family : "Monocraft"
}
*::disabled {
color : gray;
}
QPushButton {
color : white;
border : none;
}
QPushButton::pressed {
color : blue;
border : none;
}
QPushButton::hover {
color : gray;
border : none;
}
QMenuBar {
background-color : white
}
QLineEdit {
background : black;
}
QLineEdit {
background : black;
}

View File

@@ -3,6 +3,10 @@
font-family : "Monocraft";
}
*::disabled {
color : gray;
}
QPushButton {
border-image : url(":/assets/button.png");
border : none;