diff options
author | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2021-04-20 15:46:06 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2021-04-20 15:46:06 +0530 |
commit | aa15d59e35523c7210e962ab367e56f68467317b (patch) | |
tree | a1dbaeeb4b1d803d3fc9a6de3637f90de89daf79 /static/css/old | |
parent | 9b9875c34b336fac5932d514746be7c1470dce54 (diff) |
Diffstat (limited to 'static/css/old')
-rw-r--r-- | static/css/old/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/static/css/old/style.css b/static/css/old/style.css index 281322d..d7326bf 100644 --- a/static/css/old/style.css +++ b/static/css/old/style.css @@ -27,6 +27,10 @@ input[type=text] { margin: 0; box-sizing: border-box; color: red; + + border-radius: 3px; + border: none; + outline: none; } input[type=submit] { @@ -39,4 +43,5 @@ input[type=submit] { input[type=submit]:hover { background-color: #A0A8C8; + border: none; } |