mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-02-24 10:40:55 +02:00
Added some Style properties
This commit is contained in:
parent
02380fbf1a
commit
b09dfc2511
@ -11,4 +11,8 @@ QtObject {
|
|||||||
property string inputBoxBackground: "black"
|
property string inputBoxBackground: "black"
|
||||||
property string inputBoxBackgroundError: "#FFDDDD"
|
property string inputBoxBackgroundError: "#FFDDDD"
|
||||||
property string inputBoxColor: "white"
|
property string inputBoxColor: "white"
|
||||||
|
property string buttonBackgroundColor: "#FA6800"
|
||||||
|
property string buttonBackgroundColorDisabled: "#3B3B3B"
|
||||||
|
property string buttonTextColor: "white"
|
||||||
|
property string buttonTextColorDisabled: "black"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user