Skip to content

Commit

Permalink
Merge pull request #6 from srt10coupe/master
Browse files Browse the repository at this point in the history
Storage Icon
  • Loading branch information
Offerel authored Apr 25, 2019
2 parents c37b231 + e7ba41c commit e12f1e2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions skins/elastic/elfinder.css
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
.toolbarmenu li a.savelink::before {
content: "\f0c2";
content: "\f0a0";
transform: scale(0.85);
}
#taskmenu a.storage::before {
content: "\f0c2";
content: "\f0a0";
}
.iframebox.storage_ {
height: 100%;
}
.toolbarmenu li a.savelink::before {
content: "\f0c2";
}
content: "\f0a0";
}
2 changes: 1 addition & 1 deletion skins/elastic/elfinder.min.css
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#taskmenu a.storage::before,.toolbarmenu li a.savelink::before{content:"\f0c2"}.toolbarmenu li a.savelink::before{transform:scale(.85)}.iframebox.storage_{height:100%}
#taskmenu a.storage::before,.toolbarmenu li a.savelink::before{content:"\f0a0"}.toolbarmenu li a.savelink::before{transform:scale(.85)}.iframebox.storage_{height:100%}

0 comments on commit e12f1e2

Please sign in to comment.