diff options
author | Chris Xiong <chirs241097@gmail.com> | 2024-08-04 18:17:01 -0400 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2024-08-04 18:17:01 -0400 |
commit | 690120b8d8a87411748c66686097fae011f84a5b (patch) | |
tree | 60b1e3ab505e916bcb812885d976a551810b19b4 | |
parent | 4132d7280d054436df41373812ed2fb52651de33 (diff) | |
download | web-690120b8d8a87411748c66686097fae011f84a5b.tar.xz |
Copy paste went wrong.
-rw-r--r-- | notekins/nksext.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/notekins/nksext.css b/notekins/nksext.css index ccfd8ac..b31442a 100644 --- a/notekins/nksext.css +++ b/notekins/nksext.css @@ -58,7 +58,7 @@ span.date span.datetz { span.date:hover span.datetz { opacity: initial; } -input[type="text"]{ +input[type="number"]{ border: none; border-bottom: 2px solid; outline: none !important; |