diff options
author | GrailFinder <wohilas@gmail.com> | 2024-05-19 07:15:20 +0300 |
---|---|---|
committer | GrailFinder <wohilas@gmail.com> | 2024-05-19 07:15:20 +0300 |
commit | 9b52a88e971e70facc74778c133244f8a93b1f31 (patch) | |
tree | cbb1b3e03130848d96b43dd6f2684ecf3f8db59e /assets/style.css | |
parent | 2e9b18944eac3dcaf8a006594cb338d94c07a447 (diff) |
Enha: avoid panic; check password at login
Diffstat (limited to 'assets/style.css')
-rw-r--r-- | assets/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/style.css b/assets/style.css index 5d2f089..d71d3fd 100644 --- a/assets/style.css +++ b/assets/style.css @@ -41,3 +41,7 @@ tr{ padding: none; width: auto; } +#errorbox{ + border: 1px solid black; + background-color: darkorange; +} |