Commit f02dd7fa authored by Alexandre Delanoë's avatar Alexandre Delanoë

[DESIGN] lock-circle icon

parent c6cd77d2
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
[data-icon]:before { content: attr(data-icon); } [data-icon]:before { content: attr(data-icon); }
[data-icon]:before, [data-icon]:before,
.fa{ .fa{
display:inline-block; display:inline-block;
font:normal normal normal 14px/1 ForkAwesome; font:normal normal normal 14px/1 ForkAwesome;
...@@ -147,8 +148,6 @@ line-height:inherit} ...@@ -147,8 +148,6 @@ line-height:inherit}
font-size:2em} font-size:2em}
.fa-inverse{ .fa-inverse{
color:#fff} color:#fff}
.fa-500px:before, .fa-500px:before,
.fa-activitypub:before, .fa-activitypub:before,
.fa-address-book:before, .fa-address-book:before,
...@@ -569,6 +568,7 @@ color:#fff} ...@@ -569,6 +568,7 @@ color:#fff}
.fa-list-ul:before, .fa-list-ul:before,
.fa-location-arrow:before, .fa-location-arrow:before,
.fa-lock:before, .fa-lock:before,
.fa-lock-circle:before,
.fa-long-arrow-down:before, .fa-long-arrow-down:before,
.fa-long-arrow-left:before, .fa-long-arrow-left:before,
.fa-long-arrow-right:before, .fa-long-arrow-right:before,
...@@ -1347,6 +1347,7 @@ color:#fff} ...@@ -1347,6 +1347,7 @@ color:#fff}
.fa-list-ul:before { content: "\f0ca"; } .fa-list-ul:before { content: "\f0ca"; }
.fa-location-arrow:before { content: "\f124"; } .fa-location-arrow:before { content: "\f124"; }
.fa-lock:before { content: "\f023"; } .fa-lock:before { content: "\f023"; }
.fa-lock-circle:before { content: "\f341"; }
.fa-long-arrow-down:before { content: "\f175"; } .fa-long-arrow-down:before { content: "\f175"; }
.fa-long-arrow-left:before { content: "\f177"; } .fa-long-arrow-left:before { content: "\f177"; }
.fa-long-arrow-right:before { content: "\f178"; } .fa-long-arrow-right:before { content: "\f178"; }
......
This diff is collapsed.
...@@ -204,7 +204,7 @@ fldr Folder false = "fa fa-folder-o" ...@@ -204,7 +204,7 @@ fldr Folder false = "fa fa-folder-o"
fldr Folder true = "fa fa-folder-open" fldr Folder true = "fa fa-folder-open"
------------------------------------------------------ ------------------------------------------------------
fldr FolderPrivate true = "fa fa-lock" fldr FolderPrivate true = "fa fa-lock"
fldr FolderPrivate false = "fa fa-expeditedssl" fldr FolderPrivate false = "fa fa-lock-circle"
fldr FolderShared true = "fa fa-share-alt" fldr FolderShared true = "fa fa-share-alt"
fldr FolderShared false = "fa fa-share-circle" fldr FolderShared false = "fa fa-share-circle"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment