switch icons to Font Awesome (for now)

This commit is contained in:
Norbert Renner 2016-10-01 12:30:30 +02:00
parent d53fb7723f
commit b108efae5c
8 changed files with 33 additions and 13 deletions

View file

@ -243,12 +243,22 @@ textarea:focus {
margin-bottom: 0px;
padding-left: 35px;
}
.alert span.glyphicon {
.alert span.fa {
position: relative;
left: -23px;
margin-right: -1em;
}
/* activated Font Awesome icon (for EasyButton add ' active' to icon class property) */
.fa.active {
/* use same color as leaflet-locatecontrol */
color: #2074B6;
}
.leaflet-bar .fa {
font-size: 16px;
}
/*
* DataTables
*/