From 5092304a47639eed95e045bfa9be903ad6275ef0 Mon Sep 17 00:00:00 2001 From: Mark Rodgers Date: Thu, 25 Jul 2019 00:29:30 -0700 Subject: [PATCH] UI improvements --- src/App.vue | 9 +++++++++ src/components/Clock.vue | 2 ++ src/views/Splash.vue | 1 + src/views/Theming.vue | 5 +++++ 4 files changed, 17 insertions(+) diff --git a/src/App.vue b/src/App.vue index f70b5492..a66a44d2 100644 --- a/src/App.vue +++ b/src/App.vue @@ -76,9 +76,18 @@ overflow-y:hidden; } + h1, h2, h3, h4, h5, h6 { + cursor: default; + } + + img { + -webkit-user-drag: none; + } + #app { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; + -webkit-user-select: none; text-align: center; } diff --git a/src/components/Clock.vue b/src/components/Clock.vue index c532d31e..963bbe55 100644 --- a/src/components/Clock.vue +++ b/src/components/Clock.vue @@ -75,6 +75,7 @@ line-height: 1.1; text-align: center; + cursor: default; } .clock.small { @@ -101,5 +102,6 @@ font-weight: normal; margin-top: 2.25vh; font-size: 28px; + cursor: default; } diff --git a/src/views/Splash.vue b/src/views/Splash.vue index 91e57f98..d4c52043 100644 --- a/src/views/Splash.vue +++ b/src/views/Splash.vue @@ -58,6 +58,7 @@ font-weight: 300; font-style: italic; font-size: 32px; + cursor: default; margin-bottom: 11.5vh; letter-spacing: 0.25px; diff --git a/src/views/Theming.vue b/src/views/Theming.vue index 0d00d127..f55d33b7 100644 --- a/src/views/Theming.vue +++ b/src/views/Theming.vue @@ -153,6 +153,10 @@ margin-top: 20px; } + .color-label { + cursor: default; + } + .color-reset { height: 25px; vertical-align: bottom; @@ -254,6 +258,7 @@ #background-label { display: block; margin-top: 20px; + cursor: default; font-size: 28px; font-weight: 300;