Asiakaspalvelu: alinavi-uudelleenjärjestely + tikettityyppien hallinta
Vastauspohjat, Säännöt ja Asetukset siirretty omiksi alinaveikseen tikettilistan overlay-napeista. Säännöt-välilehdelle lisätty tikettityyppien hallinta (lisää/poista). Tyypit tallennetaan tietokantaan yrityskohtaisesti ja populoidaan dynaamisesti kaikkiin dropdown-valikoihin. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
17
style.css
17
style.css
@@ -1355,6 +1355,23 @@ span.empty {
|
||||
color: #757575;
|
||||
}
|
||||
|
||||
.ticket-type-abuse {
|
||||
background: #fff3e0;
|
||||
color: #e65100;
|
||||
}
|
||||
|
||||
.ticket-type-item {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 0.5rem;
|
||||
padding: 0.5rem 0;
|
||||
border-bottom: 1px solid #f0f2f5;
|
||||
}
|
||||
|
||||
.ticket-type-item:last-child {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
/* Active (käsittelyssä) ticket row — green tint */
|
||||
.ticket-row-active {
|
||||
background: #e8f8e8 !important;
|
||||
|
||||
Reference in New Issue
Block a user