mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-17 17:37:27 -04:00
Added some Style properties
This commit is contained in:
committed by
moneromooo-monero
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"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user