Skip to content

Commit

Permalink
primary and secondary color changes (dashpay#21)
Browse files Browse the repository at this point in the history
swith to wagerr primary and secondary ff005b and c2064a
  • Loading branch information
createawesome authored and wagerr-builder committed Jun 17, 2022
1 parent 74ad0c4 commit 51f9ad8
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions src/qt/res/css/light.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ Loaded in GUIUtil::loadStyleSheet() in guitil.cpp.
#00000000
#555
#008de4
#0f75b5
#ff005b
#c2064a
#a7a7a7
#c7c7c7
#d2d2d2
Expand Down Expand Up @@ -76,7 +76,7 @@ QComboBox,
QPlainTextEdit,
QLineEdit {
background-color: #eaeaec;
border-color: #008de4;
border-color: #ff005b;
color: #555;
}

Expand All @@ -86,7 +86,7 @@ QComboBox:hover:!focus,
QPlainTextEdit:hover:!focus,
QLineEdit:hover:!focus {
background-color: #eaeaec;
border-color: #0f75b5;
border-color: #c2064a;
}


Expand All @@ -97,7 +97,7 @@ QComboBox:focus,
QPlainTextEdit:focus,
QLineEdit:focus {
background-color: #d2d2d2;
border-color: #0f75b5;
border-color: #c2064a;
}

BitcoinAmountField:disabled,
Expand Down Expand Up @@ -277,13 +277,13 @@ QHeaderView
******************************************************/

QHeaderView::section { /* Table Header Sections */
background-color: #008de4;
background-color: #ff005b;
border-color: #f2f2f4;
color: #f2f2f4;
}

QHeaderView::section:hover { /* Table Header Sections */
background-color: #0f75b5;
background-color: #c2064a;
color: #f2f2f4;
}

Expand Down Expand Up @@ -337,7 +337,7 @@ QProgressBar {
}

QProgressBar::chunk {
background-color: #008de4;
background-color: #ff005b;
}

/******************************************************
Expand All @@ -353,16 +353,16 @@ QPushButton
******************************************************/

QPushButton {
background-color: #008de4;
background-color: #ff005b;
color: #f2f2f4;
}

QPushButton:hover {
background-color: #0f75b5;
background-color: #c2064a;
}

QPushButton:pressed {
background-color: #008de4;
background-color: #ff005b;
}

QPushButton:disabled {
Expand Down Expand Up @@ -464,7 +464,7 @@ QPushButton - Special case, tabbar replacement buttons
/* Sign/Verify dialog buttons */
#btnSignMessage,
#btnVerifyMessage {
border-color: #008de4;
border-color: #ff005b;
color: #a7a7a7;
}

Expand Down Expand Up @@ -504,7 +504,7 @@ QPushButton - Special case, tabbar replacement buttons
/* Sign/Verify dialog buttons */
#btnSignMessage:hover:!checked,
#btnVerifyMessage:hover:!checked {
border-color: #0f75b5;
border-color: #c2064a;
color: #555;
}

Expand Down Expand Up @@ -574,10 +574,10 @@ QSlider
******************************************************/

QSlider::handle:horizontal {
background-color: #008de4;
background-color: #ff005b;
}
QSlider::handle:horizontal:hover {
background-color: #0f75b5;
background-color: #c2064a;
}
QSlider::sub-page:horizontal {
background-color: #c7c7c7;
Expand Down Expand Up @@ -647,7 +647,7 @@ QToolBar / QToolButton
******************************************************/

QToolBar {
background-color: #008de4;
background-color: #ff005b;
}

QToolBar > QToolButton {
Expand All @@ -656,7 +656,7 @@ QToolBar > QToolButton {
}

QToolBar > QToolButton:hover:!checked {
background-color: #0f75b5;
background-color: #c2064a;
color: #dcdcdc;
}

Expand Down

0 comments on commit 51f9ad8

Please sign in to comment.