Passage à PySide6 car licence plus permissive
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
|
||||
QLabel#maintitle_label {
|
||||
font-size: 38px;
|
||||
color: rgb(255, 255, 255);
|
||||
}
|
||||
|
||||
QLabel#subtitle_label {
|
||||
@@ -18,9 +19,14 @@ QLabel#queue_position {
|
||||
color: rgb(17, 248, 183);
|
||||
}
|
||||
|
||||
QLabel#queue_lbl {
|
||||
color: rgb(255, 255, 255);
|
||||
}
|
||||
|
||||
QPushButton#connexion_btn {
|
||||
border-radius: 15px;
|
||||
background-color: rgb(255, 120, 0);
|
||||
color: rgb(255, 255, 255);
|
||||
}
|
||||
|
||||
QPushButton#connexion_btn:hover {
|
||||
@@ -32,6 +38,7 @@ QPushButton#intranet_btn
|
||||
{
|
||||
border-radius: 15px;
|
||||
background-color: rgb(32, 58, 67);
|
||||
color: rgb(255, 255, 255);
|
||||
}
|
||||
|
||||
QPushButton#discord_btn:hover,
|
||||
@@ -73,6 +80,7 @@ QFrame#info_frame{
|
||||
QTextEdit#info_text {
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
color: rgb(255, 255, 255);
|
||||
}
|
||||
|
||||
QSlider::groove:horizontal {
|
||||
|
||||
Reference in New Issue
Block a user