mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-09 00:07:25 -04:00
Checkbox/Standard button development
This commit is contained in:
committed by
moneromooo-monero
parent
948669edbc
commit
f48cd1b82b
@@ -12,8 +12,12 @@ QtObject {
|
||||
property string inputBoxBackground: "black"
|
||||
property string inputBoxBackgroundError: "#FFDDDD"
|
||||
property string inputBoxColor: "white"
|
||||
|
||||
property string buttonBackgroundColor: "#FA6800"
|
||||
property string buttonBackgroundColorHover: "#E65E00"
|
||||
property string buttonBackgroundColorDisabled: "#3B3B3B"
|
||||
property string buttonBackgroundColorDisabledHover: "#4F4F4F"
|
||||
|
||||
property string buttonTextColor: "white"
|
||||
property string buttonTextColorDisabled: "black"
|
||||
property string dividerColor: "white"
|
||||
|
||||
Reference in New Issue
Block a user