Panel/modules/tickets/tickets.css
2025-09-11 13:29:15 -04:00

22 lines
No EOL
312 B
CSS

.no_tickets {
padding: 12px;
background-color: pink;
font-weight: bold;
text-align: center;
}
.ticketOptionLinks {
padding: 4px;
border-bottom: 1px solid #e3e3e3;
}
.ticketListTable {
margin-top: 20px;
margin-bottom: 20px;
}
.ticketListTable th {
text-align: left;
}
.ticketPagination {}