suppression de css obsolète
This commit is contained in:
@@ -41,9 +41,6 @@ QLabel#queue_lbl {
|
|||||||
}
|
}
|
||||||
|
|
||||||
QPushButton#connexion_btn {
|
QPushButton#connexion_btn {
|
||||||
/* border-radius: 15px;
|
|
||||||
background-color: rgb(255, 120, 0);
|
|
||||||
color: rgb(255, 255, 255); */
|
|
||||||
/* Dégradé chaleureux : Orange vers Orange-Rouge */
|
/* Dégradé chaleureux : Orange vers Orange-Rouge */
|
||||||
background: qlineargradient(x1:0, y1:0, x2:0, y2:1,
|
background: qlineargradient(x1:0, y1:0, x2:0, y2:1,
|
||||||
stop: 0 #ff9d00,
|
stop: 0 #ff9d00,
|
||||||
@@ -56,7 +53,6 @@ QPushButton#connexion_btn {
|
|||||||
}
|
}
|
||||||
|
|
||||||
QPushButton#connexion_btn:hover {
|
QPushButton#connexion_btn:hover {
|
||||||
/* background: #ffad66; */
|
|
||||||
background: qlineargradient(x1:0, y1:0, x2:0, y2:1,
|
background: qlineargradient(x1:0, y1:0, x2:0, y2:1,
|
||||||
stop: 0 #ffb338,
|
stop: 0 #ffb338,
|
||||||
stop: 1 #ff7a29);
|
stop: 1 #ff7a29);
|
||||||
@@ -73,9 +69,6 @@ QPushButton#connexionBtn:pressed {
|
|||||||
QPushButton#discord_btn,
|
QPushButton#discord_btn,
|
||||||
QPushButton#intranet_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 */
|
background-color: rgba(32, 58, 67, 0.6); /* Bleu très sombre semi-transparent */
|
||||||
border: 1px solid rgba(255, 255, 255, 0.1);
|
border: 1px solid rgba(255, 255, 255, 0.1);
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
|
|||||||
Reference in New Issue
Block a user