Skip to content

Commit 03dd67e

Browse files
committed
roxyfm: icons were not displyed anymore
1 parent 0d704ab commit 03dd67e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

src/Presentation/SmartStore.Web/Administration/Content/filemanager/css/main.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,11 @@ ul {
7373
white-space: nowrap;
7474
}
7575

76+
.file-icon {
77+
position: relative;
78+
opacity: 1;
79+
}
80+
7681
&.thumbView {
7782
padding: 3px;
7883

src/Presentation/SmartStore.Web/Administration/Controllers/CommonController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ public ActionResult Warnings()
513513
Text = string.Format(_localizationService.GetResource("Admin.System.Warnings.URL.NoMatch"), storeUrl, _services.WebHelper.GetStoreLocation(false))
514514
});
515515
}
516-
516+
517517
// TaskScheduler reachability
518518
// ====================================
519519
string taskSchedulerUrl = null;

0 commit comments

Comments
 (0)