Add icons in context menu

This commit is contained in:
ClemDee
2019-06-25 10:43:40 +02:00
parent ba95ad6bf5
commit 29a2e3a0ea
3 changed files with 16 additions and 0 deletions

View File

@@ -13,6 +13,10 @@
font-size: @colortheme_app-font-size;
a {
cursor: pointer;
.fa, .cptools {
margin-right: 1rem;
color: @colortheme_context-menu-icon-color;
}
}
}
.cp-app-drive-context-noAction {