diff options
| author | xiphon <xiphon@protonmail.com> | 2020-04-04 13:22:25 +0000 |
|---|---|---|
| committer | xiphon <xiphon@protonmail.com> | 2020-04-06 16:59:33 +0000 |
| commit | 6ed7fcec67109602a6b1dbe390b4274b9467931e (patch) | |
| tree | 4d983c69547036bc1c883d525ceb5d8e0425e3b7 /components/Style.qml | |
| parent | df54439972b885476ccc13b468b17508493521c7 (diff) | |
| download | monzero-gui-6ed7fcec67109602a6b1dbe390b4274b9467931e.tar.gz monzero-gui-6ed7fcec67109602a6b1dbe390b4274b9467931e.tar.xz monzero-gui-6ed7fcec67109602a6b1dbe390b4274b9467931e.zip | |
UpdateDialog: implement update download functionality
Diffstat (limited to 'components/Style.qml')
| -rw-r--r-- | components/Style.qml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/components/Style.qml b/components/Style.qml index fc840244..7b9f31ee 100644 --- a/components/Style.qml +++ b/components/Style.qml @@ -43,6 +43,9 @@ QtObject { property string buttonInlineBackgroundColor: blackTheme ? _b_buttonInlineBackgroundColor : _w_buttonInlineBackgroundColor property string buttonTextColor: blackTheme ? _b_buttonTextColor : _w_buttonTextColor property string buttonTextColorDisabled: blackTheme ? _b_buttonTextColorDisabled : _w_buttonTextColorDisabled + property string buttonSecondaryBackgroundColor: "#d9d9d9" + property string buttonSecondaryBackgroundColorHover: "#a6a6a6" + property string buttonSecondaryTextColor: "#4d4d4d" property string dividerColor: blackTheme ? _b_dividerColor : _w_dividerColor property real dividerOpacity: blackTheme ? _b_dividerOpacity : _w_dividerOpacity |
