aboutsummaryrefslogtreecommitdiff
path: root/src/components/post_status_form
diff options
context:
space:
mode:
authorlambadalambda <gitgud@rogerbraun.net>2017-06-21 12:22:28 -0400
committerlambadalambda <gitgud@rogerbraun.net>2017-06-21 12:22:28 -0400
commit937705ccb0b53f22e9e5e3397a0d03142142d8c6 (patch)
tree4d617491309a5b4868efb4d12854f6329fbc6dc0 /src/components/post_status_form
parente113d0a250d914fa490e632e21abd53206e6482e (diff)
parent1a5ee95ee4e7b739158bc7571b01b32b1af792ad (diff)
Merge branch 'feature/registration' into 'develop'
Add a registration form. See merge request !76
Diffstat (limited to 'src/components/post_status_form')
-rw-r--r--src/components/post_status_form/post_status_form.vue12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/components/post_status_form/post_status_form.vue b/src/components/post_status_form/post_status_form.vue
index a95f92ab..a17d6479 100644
--- a/src/components/post_status_form/post_status_form.vue
+++ b/src/components/post_status_form/post_status_form.vue
@@ -80,6 +80,18 @@
}
}
+
+ .btn {
+ cursor: pointer;
+ }
+
+ .btn[disabled] {
+ cursor: not-allowed;
+ }
+
+ .icon-cancel {
+ cursor: pointer;
+ }
form {
display: flex;
flex-direction: column;