mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-10 12:54:30 +00:00
Added some Style properties
This commit is contained in:
parent
02380fbf1a
commit
b09dfc2511
1 changed files with 4 additions and 0 deletions
|
@ -11,4 +11,8 @@ QtObject {
|
|||
property string inputBoxBackground: "black"
|
||||
property string inputBoxBackgroundError: "#FFDDDD"
|
||||
property string inputBoxColor: "white"
|
||||
property string buttonBackgroundColor: "#FA6800"
|
||||
property string buttonBackgroundColorDisabled: "#3B3B3B"
|
||||
property string buttonTextColor: "white"
|
||||
property string buttonTextColorDisabled: "black"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue