mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-10 10:37:26 -04:00
Merge pull request #1362
fe53cddBrighter backgrounds7418a10Improve contrast - brighten up borders48b9aa4Brigther left panel26aabd2Bottom left panel needs to have a transparent background
This commit is contained in:
@@ -17,6 +17,9 @@ QtObject {
|
||||
property string inputBoxBackgroundError: "#FFDDDD"
|
||||
property string inputBoxColor: "white"
|
||||
property string legacy_placeholderFontColor: "#BABABA"
|
||||
property string inputBorderColorActive: Qt.rgba(255, 255, 255, 0.38)
|
||||
property string inputBorderColorInActive: Qt.rgba(255, 255, 255, 0.32)
|
||||
property string inputBorderColorInvalid: Qt.rgba(255, 0, 0, 0.40)
|
||||
|
||||
property string buttonBackgroundColor: "#FA6800"
|
||||
property string buttonBackgroundColorHover: "#E65E00"
|
||||
|
||||
Reference in New Issue
Block a user