diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-03-13 00:08:55 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-03-13 00:08:55 +0900 |
| commit | 3882cdd664f109b150f88d15d6a82413e194b225 (patch) | |
| tree | 049f0dd6d256e0c5ac9b3b80bef39c7407c4e861 | |
| parent | 9ebbda0bb06c17dfd63d51d46e638beba244eac1 (diff) | |
minor wlogout style update
| -rw-r--r-- | config/wlogout/style.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/wlogout/style.css b/config/wlogout/style.css index ce227160..f1c12456 100644 --- a/config/wlogout/style.css +++ b/config/wlogout/style.css @@ -19,11 +19,13 @@ button { transition: all 0.3s cubic-bezier(.55, 0.0, .28, 1.682), box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out; border-radius: 80px; border:0px; + outline-style: none; } button:focus { background-size: 50%; border: 0px; + outline-style: none; } @@ -33,6 +35,7 @@ button:hover { background-size: 50%; margin: 30px; border-radius: 80px; + outline-style: none; } |
