diff options
author | 0neGal <mail@0negal.com> | 2021-12-30 22:07:49 +0100 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2021-12-30 22:07:49 +0100 |
commit | c8fec42e085ef255a01f62c5010e2d41bb7eb05f (patch) | |
tree | 0ba6a6c9f6d0abcfafcc7c7c2a84029fcf8cece9 | |
parent | 823d34f6f41c65c7b1cb8e55bd429b9efc4f3878 (diff) | |
download | Viper-c8fec42e085ef255a01f62c5010e2d41bb7eb05f.tar.gz Viper-c8fec42e085ef255a01f62c5010e2d41bb7eb05f.zip |
user-select: none, on element that need it
-rw-r--r-- | src/app/main.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/app/main.css b/src/app/main.css index b668f55..377e1f8 100644 --- a/src/app/main.css +++ b/src/app/main.css @@ -39,6 +39,7 @@ nobr {white-space: nowrap} .buttons { text-align: right; margin-left: auto; + user-select: none; margin-right: 7px; } @@ -49,6 +50,7 @@ button, .text { border: none; outline: none; padding: 5px 15px; + user-select: none; border-radius: 50px; transition: 0.2s ease-in-out; } |