mirror of
https://github.com/Snigdha-OS/snigdhaos-calamares-config.git
synced 2025-09-06 22:15:12 +02:00
style(color): change from default to snigdhaos-base
This commit is contained in:
@@ -51,20 +51,20 @@ QWidget {
|
||||
|
||||
|
||||
#view-button-back:hover {
|
||||
color: #58B2D7;
|
||||
color: #754FFE;
|
||||
}
|
||||
#view-button-next:hover {
|
||||
color: #58B2D7;
|
||||
color: #754FFE;
|
||||
}
|
||||
#view-button-cancel:hover {
|
||||
color: #58B2D7;
|
||||
color: #754FFE;
|
||||
}
|
||||
|
||||
|
||||
/* ########## TOOLTIP ########## */
|
||||
|
||||
QToolTip {
|
||||
background-color: #58B2D7;
|
||||
background-color: #754FFE;
|
||||
font : 16px;
|
||||
color: white;
|
||||
padding: 3px;
|
||||
@@ -88,7 +88,7 @@ QScrollBar:vertical {
|
||||
}
|
||||
|
||||
QScrollBar::handle:vertical {
|
||||
background: #58B2D7;
|
||||
background: #754FFE;
|
||||
max-height: 25px;
|
||||
}
|
||||
|
||||
@@ -119,32 +119,32 @@ QListView::item:alternate {
|
||||
}
|
||||
|
||||
QListView::item:!alternate:selected:active {
|
||||
background: #58B2D7;
|
||||
background: #754FFE;
|
||||
color: white;
|
||||
}
|
||||
|
||||
QListView::item:selected:active {
|
||||
background: #58B2D7;
|
||||
background: #754FFE;
|
||||
color: white;
|
||||
}
|
||||
|
||||
QListView::item:selected:!active {
|
||||
background: #58B2D7;
|
||||
background: #754FFE;
|
||||
color: white;
|
||||
}
|
||||
|
||||
QListView::item:hover {
|
||||
background: #58B2D7;
|
||||
background: #754FFE;
|
||||
color: white;
|
||||
}
|
||||
|
||||
QListView#listLayout::item:!alternate:selected:active {
|
||||
background: #58B2D7;
|
||||
background: #754FFE;
|
||||
color: white;
|
||||
}
|
||||
|
||||
QListView#listVariant::item:!alternate:selected:active {
|
||||
background: #58B2D7;
|
||||
background: #754FFE;
|
||||
color: white;
|
||||
}
|
||||
|
||||
@@ -271,7 +271,7 @@ QComboBox {
|
||||
}
|
||||
|
||||
QComboBox::item:selected {
|
||||
background: #58B2D7;
|
||||
background: #754FFE;
|
||||
color: white;
|
||||
}
|
||||
|
||||
@@ -301,7 +301,7 @@ QTreeView::item {
|
||||
}
|
||||
|
||||
QTreeView::item:selected {
|
||||
background: #58B2D7;
|
||||
background: #754FFE;
|
||||
font: bold;
|
||||
}
|
||||
|
||||
@@ -319,7 +319,7 @@ QProgressBar {
|
||||
}
|
||||
|
||||
QProgressBar::chunk {
|
||||
background-color: #58B2D7;
|
||||
background-color: #754FFE;
|
||||
}
|
||||
|
||||
#debugButton {
|
||||
|
Reference in New Issue
Block a user