Page MenuHomePhorge

taskmenu.less
No OneTemporary

Size
1 KB
Referenced Files
None
Subscribers
None

taskmenu.less

/*** Common UI elements ***/
#taskmenu {
a {
text-decoration: none;
padding: 0.4em 0;
}
a.button {
display: block;
width: 60px;
text-align: center;
&:before {
&:extend(.font-icon-class);
font-size: 1.5em;
margin-bottom: 0.1em;
}
&.mail:before {
content: @fa-var-envelope;
}
&.addressbook:before {
content: @fa-var-user;
}
&.settings:before {
content: @fa-var-cog;
}
&.help:before {
content: @fa-var-life-bouy;
}
&.logout:before {
content: @fa-var-power-off;
}
&.about:before {
content: @fa-var-question;
}
&.logout:hover {
color: @taskmenu-logout-button-hover-color;
}
&.refresh:before {
content: @fa-var-refresh;
}
&.compose:before {
content: @fa-var-edit;
}
}
.special-buttons {
position: absolute;
bottom: 0;
left: 0;
@media screen and (max-width: @screen-width-xs) {
position: relative;
}
a {
color: @taskmenu-special-button-color;
}
}
.action-buttons {
a {
color: @taskmenu-action-button-color;
}
}
}

File Metadata

Mime Type
text/x-diff
Expires
Fri, May 1, 2:17 PM (1 d, 15 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
659422
Default Alt Text
taskmenu.less (1 KB)

Event Timeline