aboutsummaryrefslogtreecommitdiffstats
path: root/web/css
diff options
context:
space:
mode:
Diffstat (limited to 'web/css')
-rw-r--r--web/css/core.scss13
1 files changed, 13 insertions, 0 deletions
diff --git a/web/css/core.scss b/web/css/core.scss
index 895a8826b..0f98956de 100644
--- a/web/css/core.scss
+++ b/web/css/core.scss
@@ -50,6 +50,19 @@ $map_width: 500px;
text-align: left;
}
+ div.label-valid {
+ background-color: white;
+ }
+
+ div.label-valid-hidden {
+ display: none;
+ visibility: hidden;
+ height: 0px;
+ width: 0px;
+ margin: 0px;
+ padding: 0px;
+ }
+
div.form-field {
clear: both;
}