Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit 83ca68d

Browse files
committed
Small changes on Css: display file name on thumb view
1 parent b5fbe97 commit 83ca68d

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

core/src/plugins/gui.ajax/res/themes/orbit/css/ajaxplorer.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,10 +190,11 @@ kbd {
190190

191191
.fl-displayMode-thumb div.thumbnail_selectable_cell div.thumbLabel{
192192
margin-top: -29px;
193-
opacity: 0;
194-
background-color: rgba(58, 58, 58, 0.52);
193+
opacity: 1;
194+
background-color: rgba(237, 237, 237, 0.82);
195195
padding: 8px 3px;
196-
color: #FFF;
196+
color: #666;
197+
text-shadow: 1px 1px 0px white;
197198
}
198199

199200
.fl-displayMode-thumb div.thumbnail_selectable_cell.fl-displayMode-thumbsize-medium div.thumbLabel{

core/src/plugins/gui.ajax/res/themes/orbit/css/allz.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
1.31 KB
Loading

0 commit comments

Comments
 (0)