Added ability to change the ticket status

This commit is contained in:
2022-12-04 15:00:26 -05:00
parent f3ac8a6965
commit 5d5265ef38
5 changed files with 55 additions and 5 deletions

View File

@ -98,7 +98,7 @@ input[type="submit"].button-primary
p:last-child
margin-bottom: 5px
.ticket-status
.ticket-attributes
list-style: none
margin: 0
border: 1px solid #bbb
@ -141,6 +141,12 @@ input[type="submit"].button-primary
margin-right: 5px
font-size: 2rem
.ticket-status
transition: all 230ms ease-in-out
&:hover
background: rgba(0, 0, 0, .1)
cursor: pointer
#comment-form
textarea
height: 150px