1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-24 22:35:49 -04:00

Upgraded to FontAwesome 4.3.0

This commit is contained in:
Mark McDowall
2015-02-20 18:20:31 -08:00
parent c4ce64d98d
commit 015deacd7b
132 changed files with 2260 additions and 3917 deletions
+11 -8
View File
@@ -1,5 +1,5 @@
@import "../../Content/Bootstrap/mixins";
@import "../../Content/FontAwesome/font-awesome";
@import "../../Content/icons";
@import "../../Shared/Styles/clickable.less";
ul.qualities {
@@ -32,8 +32,8 @@ ul.qualities {
color: #444444;
}
.select-handle:before {
.icon(@check);
.select-handle {
.fa-icon-content(@fa-var-check-square-o);
}
}
@@ -57,11 +57,14 @@ ul.qualities {
cursor: pointer;
}
.select-handle:before {
.icon(@check-empty);
display: inline-block;
width: 16px;
margin-top: 1px;
.select-handle {
.fa-icon-content(@fa-var-square-o);
&:before {
display : inline-block;
width : 14px;
margin-top : 3px;
}
}
}
}