Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorDominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>2020-04-25 11:17:53 +0300
committerDominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>2020-04-25 11:17:53 +0300
commit4bd5e9d79b3669467fc6646095499d7b0e33959b (patch)
treea7e177a1ca5de7dcb93b77827ac61aa8aad7f6c4 /theme
parentc126f1a540cfc8e00320b14a7c26a88ab44afc97 (diff)
Implemented share functionality in tray window and changed actions / button logic.
Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
Diffstat (limited to 'theme')
-rw-r--r--theme/Style/Style.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/theme/Style/Style.qml b/theme/Style/Style.qml
index 9d848bb07..5c173a917 100644
--- a/theme/Style/Style.qml
+++ b/theme/Style/Style.qml
@@ -7,6 +7,7 @@ QtObject {
// Colors
property color ncBlue: "#0082c9"
property color ncBlueHover: "#009dd9"
+ property color lightHover: "#f7f7f7"
// Fonts
// We are using pixel size because this is cross platform comparable, point size isn't