summaryrefslogtreecommitdiff
path: root/css/sally.css
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-04-04 13:31:10 +0200
committerJules Laplace <julescarbon@gmail.com>2018-04-04 13:31:10 +0200
commit47fafe89da96e698782db86c00ddd25bebc9b623 (patch)
treee3614bc6ed28f0520edd2965262a956dd258631b /css/sally.css
parent7555442be9672f9aeb2e5351fba893fff235aea9 (diff)
avoid zoom to cursor
Diffstat (limited to 'css/sally.css')
-rw-r--r--css/sally.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/css/sally.css b/css/sally.css
index 978a78d..5640ceb 100644
--- a/css/sally.css
+++ b/css/sally.css
@@ -171,7 +171,7 @@ textarea { font-size:12pt; width: 37vw; height: 300px; background: #333; color:
#webcam_rapper { display: none; position: absolute; top: 0px; left: 0px; width:100%;height:100%; box-sizing:border-box; border: 40px solid rgba(0,0,0,0.5); background-color: rgba(0,0,0,0.5); }
#webcam_iframe { position: absolute; top: 0px; left: 0px; width:100%;height:100%; background-color: rgba(0,0,0,0.5); border: 0; }
#experimental_palette_toggle.focused { box-shadow: none; }
-#cursor_input { position: fixed; top: 0; right: 0; width:30px; opacity: 0; }
+#cursor_input { position: fixed; top: 0; right: 0; width:30px; opacity: 0; font-size: 16px; }
.selector_el {
border: 1px dashed #fff !important;
padding-top: 1px;