mirror of
https://github.com/xgui4/LCE-Qt-Launcher.git
synced 2026-07-16 05:00:49 +00:00
updated the styling
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
@@ -3,6 +3,10 @@
|
||||
font-family : "Monocraft";
|
||||
}
|
||||
|
||||
*::disabled {
|
||||
color : gray;
|
||||
}
|
||||
|
||||
QPushButton {
|
||||
border-image : url(":/assets/button.png");
|
||||
border : none;
|
||||
|
||||
Reference in New Issue
Block a user