diff options
author | 2015-11-29 19:58:29 -0800 | |
---|---|---|
committer | 2015-11-29 19:58:29 -0800 | |
commit | 9d6225831650dd9c6331763d29b392bc2741ae4e (patch) | |
tree | de25275781c4b15bf11feb1323bda6d353aa3909 /qt-mobile/qml/mobilecomponents/Theme.qml | |
parent | bb1803986afed7d1f626f941417acae6b3e51830 (diff) | |
parent | f8fb9181b2e95f76bb1170d2cd7c7bf920a9c414 (diff) | |
download | subsurface-9d6225831650dd9c6331763d29b392bc2741ae4e.tar.gz |
Merge branch 'mobilecomponents' of github.com:sebasje/subsurface
Diffstat (limited to 'qt-mobile/qml/mobilecomponents/Theme.qml')
-rw-r--r-- | qt-mobile/qml/mobilecomponents/Theme.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qt-mobile/qml/mobilecomponents/Theme.qml b/qt-mobile/qml/mobilecomponents/Theme.qml index fd8c49ba2..402caedb6 100644 --- a/qt-mobile/qml/mobilecomponents/Theme.qml +++ b/qt-mobile/qml/mobilecomponents/Theme.qml @@ -41,12 +41,12 @@ QtObject { property color visitedLinkColor: "#2196F3" property color buttonTextColor: Qt.rgba(0,0,0, 0.54) - property color buttonBackgroundColor: "#f3f3f3" + property color buttonBackgroundColor: "#eff0f1" property color buttonHoverColor: "#2196F3" property color buttonFocusColor: "#2196F3" property color viewTextColor: Qt.rgba(0,0,0, 0.54) - property color viewBackgroundColor: "#f3f3f3" + property color viewBackgroundColor: "#fcfcfc" property color viewHoverColor: "#2196F3" property color viewFocusColor: "#2196F3" |