calamares: yarrr har, steal kaos qml

This commit is contained in:
2026-06-23 17:34:08 +02:00
parent edccdcdfba
commit ee616f7a75
13 changed files with 549 additions and 228 deletions
@@ -35,23 +35,6 @@ QPushButton:disabled {
background-color: #BDC3C7;
color: #95A5A6;
}
QPushButton#sidebarButton {
background-color: transparent;
color: #C8D6E5;
text-align: left;
padding: 10px 14px;
border: none;
border-radius: 0;
font-size: 10pt;
}
QPushButton#sidebarButton:hover {
background-color: #2C3E50;
}
QPushButton#sidebarButton:checked {
background-color: #4A9EFF;
color: white;
font-weight: bold;
}
QComboBox {
padding: 5px 10px;
border: 1px solid #D5D8DC;