Skip to content
This repository has been archived by the owner on Mar 8, 2021. It is now read-only.

Commit

Permalink
Merge pull request #1392 from sashabeep/patch-1
Browse files Browse the repository at this point in the history
Fix "New Folder" icon
  • Loading branch information
Dmi3yy authored Mar 13, 2020
2 parents d195ec0 + 55455f3 commit 87bcbb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manager/media/browser/mcpuk/themes/evo/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ input[type=checkbox]:checked + label { color: #f00; font-style: normal; }
.menu a:hover { background-color: #0e80cb; color: #fff; }
.menu a:hover:before { color: #fff; }
.menu a[href="kcact:refresh"]:before { content: "\f021"; font-weight: bold;}
.menu a[href="kcact:mkdir"]:before { content: "\f114"; font-weight: bold;}
.menu a[href="kcact:mkdir"]:before { content: "\f07b"; font-weight: bold;}
.menu a[href="kcact:mvdir"]:before, .menu a[href="kcact:mv"]:before { content: "\f246"; font-weight: bold;}
.menu a[href="kcact:rmdir"]:before, .menu a[href="kcact:rm"]:before, .menu a[href="kcact:rmcbd"]:before { content: "\f1f8"; font-weight: bold;}
.menu a[href="kcact:clpbrdadd"]:before { content: "\f0ea"; font-weight: bold;}
Expand Down

0 comments on commit 87bcbb6

Please sign in to comment.