diff options
| author | lowercasename <raphaelkabo@gmail.com> | 2019-08-03 14:31:37 +0100 | 
|---|---|---|
| committer | lowercasename <raphaelkabo@gmail.com> | 2019-08-03 14:31:37 +0100 | 
| commit | c7469119b76fe63154a39131317d38644f6830ac (patch) | |
| tree | b1234458f349620c48c9f23d9247f6967ff06376 /public | |
| parent | e4269caf3412a85d1f6b8578f8b708942826b387 (diff) | |
Users can remove themselves, admins can remove all users from events
Diffstat (limited to 'public')
| -rwxr-xr-x | public/css/style.css | 10 | 
1 files changed, 10 insertions, 0 deletions
diff --git a/public/css/style.css b/public/css/style.css index ebbc375..ec43118 100755 --- a/public/css/style.css +++ b/public/css/style.css @@ -251,3 +251,13 @@ body, html {      height: 2.25rem !important;  } +#removeAttendee { +    position: absolute; +    top: 110px; +    left: 53px; +	color: #fff; +} + +#removeAttendee:hover { +	color: #c82333; +}  | 
