diff options
author | adam <adam@> | 2021-01-29 03:26:28 +0200 |
---|---|---|
committer | adam <adam@> | 2021-01-29 03:26:28 +0200 |
commit | 472e170f408e3d8d1db2eb066d445153aad55d73 (patch) | |
tree | 7b748d2b87ab018d7ff451b4111a1b88eeb58416 /css | |
parent | 5d3d901d968db7eb3da9c038e6d823f7c75f1e10 (diff) | |
download | fileup-472e170f408e3d8d1db2eb066d445153aad55d73.tar.gz |
register and login looks ok
Diffstat (limited to 'css')
-rw-r--r-- | css/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css index 76eb6e8..31778c4 100644 --- a/css/style.css +++ b/css/style.css @@ -161,6 +161,7 @@ input[type=submit] { box-shadow: 0 0.2rem 0.6rem #eee; background: #231179; color: white; + outline: none; } input:focus, |