DarkMode ist existent yeah
Dieser Commit ist enthalten in:
@ -433,6 +433,38 @@ QMessageBox QPushButton[text="Löschen"]:pressed {
|
||||
background-color: #B71C1C;
|
||||
}
|
||||
|
||||
/* ==================== PLATFORM BUTTONS (Clean styling) ==================== */
|
||||
/* Platform icon buttons */
|
||||
QPushButton#platform_icon_button {
|
||||
background-color: #F5F7FF;
|
||||
border: 1px solid transparent;
|
||||
border-radius: 16px;
|
||||
padding: 32px;
|
||||
}
|
||||
|
||||
QPushButton#platform_icon_button:hover {
|
||||
background-color: #E8EBFF;
|
||||
border: 1px solid #0099CC;
|
||||
}
|
||||
|
||||
QPushButton#platform_icon_button:pressed {
|
||||
background-color: #DCE2FF;
|
||||
border: 1px solid #0099CC;
|
||||
}
|
||||
|
||||
QPushButton#platform_icon_button:disabled {
|
||||
background-color: #F0F0F0;
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
/* Platform name labels */
|
||||
QLabel#platform_name_label {
|
||||
color: #232D53;
|
||||
font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
|
||||
font-weight: 600;
|
||||
letter-spacing: 0.5px;
|
||||
}
|
||||
|
||||
/* ==================== SPECIAL COLORS ==================== */
|
||||
/* Success */
|
||||
.success {
|
||||
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren