summaryrefslogtreecommitdiff
path: root/public/javascripts/themes/gray/validatebox.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/javascripts/themes/gray/validatebox.css')
-rw-r--r--public/javascripts/themes/gray/validatebox.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/public/javascripts/themes/gray/validatebox.css b/public/javascripts/themes/gray/validatebox.css
new file mode 100644
index 0000000..154da75
--- /dev/null
+++ b/public/javascripts/themes/gray/validatebox.css
@@ -0,0 +1,8 @@
+.validatebox-invalid {
+ background-image: url('images/validatebox_warning.png');
+ background-repeat: no-repeat;
+ background-position: right center;
+ border-color: #ffa8a8;
+ background-color: #fff3f3;
+ color: #000;
+}