Elastic: Add folder type icons (moved from the Elastic core)
This commit is contained in:
parent
e1fe8cb95b
commit
a1e090b1f1
2 changed files with 31 additions and 5 deletions
|
@ -21,6 +21,10 @@
|
|||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#taskmenu a.tasklist:before {
|
||||
content: @fa-var-calendar-check;
|
||||
}
|
||||
|
||||
.toolbarmenu.listing li {
|
||||
a.tasklistlink:before,
|
||||
a.taskaddlink:before {
|
||||
|
@ -28,11 +32,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
.folderlist li.type-task > a::before,
|
||||
#taskmenu a.tasklist:before {
|
||||
content: @fa-var-calendar-check;
|
||||
}
|
||||
|
||||
.tasklist-invitebox {
|
||||
& > i.icon:before {
|
||||
content: @fa-var-calendar-check !important;
|
||||
|
|
|
@ -272,6 +272,33 @@ html.touch .listing {
|
|||
}
|
||||
}
|
||||
|
||||
.folderlist li.mailbox {
|
||||
&.type-event > a:before {
|
||||
.font-icon-solid(@fa-var-calendar);
|
||||
}
|
||||
&.type-task > a:before {
|
||||
.font-icon-solid(@fa-var-calendar-check);
|
||||
}
|
||||
&.type-journal > a:before {
|
||||
.font-icon-regular(@fa-var-calendar);
|
||||
}
|
||||
&.type-contact > a:before {
|
||||
.font-icon-regular(@fa-var-address-book);
|
||||
}
|
||||
&.type-note > a:before {
|
||||
.font-icon-regular(@fa-var-sticky-note);
|
||||
}
|
||||
&.type-configuration > a:before {
|
||||
.font-icon-solid(@fa-var-cog);
|
||||
}
|
||||
&.type-freebusy > a:before {
|
||||
.font-icon-regular(@fa-var-calendar);
|
||||
}
|
||||
&.type-file > a:before {
|
||||
.font-icon-solid(@fa-var-folder);
|
||||
}
|
||||
}
|
||||
|
||||
.toolbarmenu.listing li {
|
||||
&.search {
|
||||
padding: .25rem .5rem;
|
||||
|
|
Loading…
Add table
Reference in a new issue