fix highlighting of support messages
This commit is contained in:
parent
6c23afdcc6
commit
fbd8700a18
@ -27,12 +27,15 @@
|
|||||||
.cp-support-list-actions {
|
.cp-support-list-actions {
|
||||||
margin: 10px 0px 10px 2px;
|
margin: 10px 0px 10px 2px;
|
||||||
}
|
}
|
||||||
.cp-support-list-message {
|
|
||||||
&:last-child:not(.cp-support-fromadmin) {
|
.cp-support-list-ticket:not(.cp-support-list-closed) {
|
||||||
color: @colortheme_cp-red;
|
.cp-support-list-message {
|
||||||
background-color: lighten(@colortheme_cp-red, 25%);
|
&:last-child:not(.cp-support-fromadmin) {
|
||||||
.cp-support-showdata {
|
color: @colortheme_cp-red;
|
||||||
background-color: lighten(@colortheme_cp-red, 30%);
|
background-color: lighten(@colortheme_cp-red, 25%);
|
||||||
|
.cp-support-showdata {
|
||||||
|
background-color: lighten(@colortheme_cp-red, 30%);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user