use brand link color for attachments in the admin support page

pull/1/head
ansuz 2021-02-26 12:03:01 +05:30
parent 21bdf81af9
commit 7bc12ff427
1 changed files with 6 additions and 0 deletions

View File

@ -120,6 +120,12 @@
.cp-support-showdata {
background-color: lighten(@cp_admin-last-bg, 5%);
}
.cp-support-attachments {
a {
color: @cryptpad_color_link;
text-decoration: underline;
}
}
&:last-child:not(.cp-support-fromadmin) {
color: @cp_admin-last-fg;
background-color: @cp_admin-last-bg;