summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorSamuel Mannehed <samuel@cendio.se>2022-12-13 15:38:25 +0100
committerSamuel Mannehed <samuel@cendio.se>2022-12-13 15:38:25 +0100
commit333e075d7b4d92a3a9a4e2c3be08b165294b8af5 (patch)
tree8fff6036ebc8ee247f91945ea30a0a5f9f5912cc /app
parent6e1eec3025517523294a601930de14d39e3fb349 (diff)
downloadnovnc-333e075d7b4d92a3a9a4e2c3be08b165294b8af5.tar.gz
Get rid of Chrome's blue touch tap highlight
When tapping our buttons using a touch screen in Chrome, we get an ugly blue overlay. Let's remove this since we have our own :active styles.
Diffstat (limited to 'app')
-rw-r--r--app/styles/input.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/styles/input.css b/app/styles/input.css
index b6ffd6d..6d39bd7 100644
--- a/app/styles/input.css
+++ b/app/styles/input.css
@@ -42,6 +42,9 @@ select {
padding-left: 20px;
padding-right: 20px;
+
+ /* Disable Chrome's touch tap highlight */
+ -webkit-tap-highlight-color: transparent;
}
/*