Fix unreadable drive tree item when selected + right click

master
David Benqué 2022-05-27 13:37:20 +01:00
parent f5d32a7001
commit f507af3ccf
1 changed files with 4 additions and 0 deletions

View File

@ -167,6 +167,10 @@
.cptools {
color: @cp_drive-selected-fg;
}
&.cp-app-drive-element-active {
background: @cp_drive-selected-bg !important;
color: @cryptpad_text_col !important;
}
}
.cp-app-drive-element-selected-tmp {