suppression de css obsolète

This commit is contained in:
2026-03-13 14:42:57 +01:00
parent 93e30ee178
commit a492a39a8c

View File

@@ -41,9 +41,6 @@ QLabel#queue_lbl {
}
QPushButton#connexion_btn {
/* border-radius: 15px;
background-color: rgb(255, 120, 0);
color: rgb(255, 255, 255); */
/* Dégradé chaleureux : Orange vers Orange-Rouge */
background: qlineargradient(x1:0, y1:0, x2:0, y2:1,
stop: 0 #ff9d00,
@@ -56,7 +53,6 @@ QPushButton#connexion_btn {
}
QPushButton#connexion_btn:hover {
/* background: #ffad66; */
background: qlineargradient(x1:0, y1:0, x2:0, y2:1,
stop: 0 #ffb338,
stop: 1 #ff7a29);
@@ -73,9 +69,6 @@ QPushButton#connexionBtn:pressed {
QPushButton#discord_btn,
QPushButton#intranet_btn
{
/*border-radius: 15px;
background-color: rgb(32, 58, 67);
color: rgb(255, 255, 255);*/
background-color: rgba(32, 58, 67, 0.6); /* Bleu très sombre semi-transparent */
border: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 8px;