Skip to content

Commit

Permalink
Update style sheets and logos
Browse files Browse the repository at this point in the history
- Update light.css
- Update dark.css
- toolbar icon logo updates (dashpay#40)
- logo update
- updated splash with BG (dashpay#41)
- update light toobar to match (dashpay#42)
- Edit request bar (dashpay#43)
  • Loading branch information
createawesome authored and wagerr-builder committed Apr 27, 2022
1 parent 3140e68 commit be8796e
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 21 deletions.
20 changes: 10 additions & 10 deletions src/qt/res/css/dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -280,13 +280,13 @@ QHeaderView
******************************************************/

QHeaderView::section { /* Table Header Sections */
background-color: #ff005b;
color: #c7c7c7;
background-color: #31353c;
color: #000000;
}

QHeaderView::section:hover { /* Table Header Sections */
background-color: #c2064a;
color: #c7c7c7;
background-color: #31353c;
color: #000000;
}

/******************************************************
Expand Down Expand Up @@ -662,22 +662,22 @@ QToolBar / QToolButton
******************************************************/

QToolBar {
background-color: #ff005b;
background-color: #31353c;
}

QToolBar > QToolButton {
background-color: #00000000;
color: #c7c7c7;
background-color: #31353c;
color: #c1c2c4;
}

QToolBar > QToolButton:hover:!checked {
background-color: #c2064a;
color: #c7c7c7;
background-color: #11161d;
color: #ff005b;
}

QToolBar > QToolButton:checked {
background-color: #11161D;
color: #c7c7c7;
color: #ff005b;
}

QToolBar > QToolButton:disabled {
Expand Down
22 changes: 11 additions & 11 deletions src/qt/res/css/light.css
Original file line number Diff line number Diff line change
Expand Up @@ -298,12 +298,12 @@ QMenu
******************************************************/

QMenu {
background-color: #eaeaec;
border-color: #dcdcdc;
background-color: #31353c;
border-color: #31353c;
}

QMenu::item {
color: #555;
color: #000000;
}

QMenu::item:selected:!disabled {
Expand Down Expand Up @@ -647,26 +647,26 @@ QToolBar / QToolButton
******************************************************/

QToolBar {
background-color: #ff005b;
background-color: #31353c;
}

QToolBar > QToolButton {
background-color: #00000000;
color: #f2f2f4;
background-color: #31353c;
color: #c1c2c4;
}

QToolBar > QToolButton:hover:!checked {
background-color: #c2064a;
color: #dcdcdc;
background-color: #11161d;
color: #ff005b;
}

QToolBar > QToolButton:checked {
background-color: #f2f2f4;
color: #555;
background-color: #11161D;
color: #ff005b;
}

QToolBar > QToolButton:disabled {
color: #a7a7a7;
color: #4a4a4b;
}

/******************************************************
Expand Down
Binary file modified src/qt/res/images/splash.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/qt/res/images/wagerr_logo_toolbar.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/qt/res/images/wagerr_logo_toolbar_bright.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/qt/res/images/wagerr_logo_toolbar_dark.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit be8796e

Please sign in to comment.