diff options
Diffstat (limited to 'StoneIsland/www/css/index.css')
| -rwxr-xr-x | StoneIsland/www/css/index.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/StoneIsland/www/css/index.css b/StoneIsland/www/css/index.css index 4d8e5514..9e665a4d 100755 --- a/StoneIsland/www/css/index.css +++ b/StoneIsland/www/css/index.css @@ -60,3 +60,15 @@ body { color: red !important; border-color: red !important; } +.error_hilite ~ span.err { + display: flex; +} +span.err { + display: none; + text-align: center; + justify-content: center; + align-items: center; + font-size: 14px; + height: 48px; + color: red !important; +} |
