aboutsummaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-05-19 19:34:44 +0100
committerGravatar Gareth Coles <[email protected]>2018-05-19 19:34:44 +0100
commit44453da722f7be76b50e391ca96d0b71a2c49acd (patch)
tree0ee508b63e0d1382ee68b30d91605988e9aaf80d /static
parent[Jams] Some amount of public display, but links not ready yet (diff)
[Jams] Signups code is more or less done, just a few things left
Diffstat (limited to 'static')
-rw-r--r--static/style.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index 2b9b329c..1f3f9f58 100644
--- a/static/style.css
+++ b/static/style.css
@@ -179,4 +179,15 @@ select {
left: auto !important;
-webkit-appearance: unset !important;
opacity: 1 !important;
+}
+
+div.danger-input * {
+ /*border-radius: 5px;*/
+ /*padding: 0.8rem;*/
+ /*min-height: 3.5rem;*/
+ color: red;
+ border-color: red !important;
+
+ transition: color 0.5s ease,
+ border-color 0.5s ease;
} \ No newline at end of file