diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-03-13 00:09:11 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-03-13 00:09:11 +0900 |
| commit | 6cc2115f6721e4b1e3d6f3da5205620d02c0b6b3 (patch) | |
| tree | 9226601f9fededb1485c1e5c0b2761e02fd3f9dc | |
| parent | 244914235cf24ba3cc17e320b4b7cc890d0b6d31 (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; } |
