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