Elastic: Upgrade to Font Awesome 5

This commit is contained in:
Aleksander Machniak 2017-12-08 13:43:58 +01:00
parent 58963791cc
commit 780685cc24
3 changed files with 11 additions and 8 deletions

View file

@ -33,7 +33,9 @@
label="delete" title="kolab_activesync.deletedevice" innerclass="inner" />
</div>
</div>
<roundcube:frame contentframe="activesync-frame" id="activesync-frame" src="/watermark.html" title="arialabeldeviceframe" />
<div class="iframe-wrapper">
<roundcube:frame contentframe="activesync-frame" id="activesync-frame" src="/watermark.html" title="arialabeldeviceframe" />
</div>
</div>
<roundcube:include file="includes/footer.html" />

View file

@ -36,7 +36,9 @@
label="delete" title="kolab_delegation.deletedelegate" innerclass="inner" />
</div>
</div>
<roundcube:frame contentframe="delegation-frame" id="delegation-frame" src="/watermark.html" title="arialabeldelegateform" />
<div class="iframe-wrapper">
<roundcube:frame contentframe="delegation-frame" id="delegation-frame" src="/watermark.html" title="arialabeldelegateform" />
</div>
</div>
<div id="delegate-delete-dialog" class="popupmenu" role="dialog" aria-labelledby="aria-label-delegatedeletedialog" aria-hidden="true">

View file

@ -21,8 +21,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
@import (reference) "../../../../skins/elastic/styles/colors";
@import (reference) "../../../../skins/elastic/styles/fontawesome";
@import (reference) "../../../../skins/elastic/styles/variables";
@import (reference) "../../../../skins/elastic/styles/mixins";
@ -86,7 +84,7 @@
}
a.subscribed:before {
content: @fa-var-bookmark-o; // TODO: better icon
.font-icon-regular(@fa-var-bookmark); // TODO: better icon
}
}
@ -107,7 +105,7 @@
&:before {
&:extend(.font-icon-class);
content: @fa-var-bookmark-o; // TODO: better icon
.font-icon-regular(@fa-var-bookmark); // TODO: better icon
height: auto;
color: @color-link;
}
@ -115,7 +113,7 @@
&.subscribed {
.subscribed:before {
content: @fa-var-bookmark; // TODO: better icon
.font-icon-solid(@fa-var-bookmark); // TODO: better icon
}
}
}
@ -143,7 +141,7 @@
}
}
&.readonly > div a:first-child {
&.readonly:not(.virtual) > div a:first-child {
padding-right: 1.6em;
&:after {
@ -243,6 +241,7 @@ html.touch .listing {
&:before {
&:extend(.font-icon-class);
content: @fa-var-tag;
margin: 0 .5rem 0 .2rem;
}
}
}