mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
use brand link color for attachments in the admin support page
This commit is contained in:
parent
21bdf81af9
commit
7bc12ff427
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user