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

21 lines
No EOL
296 B
CSS

.ticketErrorHolder {
padding: 6px;
background-color: pink;
font-weight: bold;
text-align: center;
margin-bottom: 12px;
}
.ticketErrorList li {
list-style-type: none;
}
.ticketError {
text-align: left;
}
#guesstimateIniSettings {
display: none;
margin-top: 6px;
}