diff options
| author | Bobby <[email protected]> | 2022-10-01 13:21:07 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-10-01 13:21:07 -0400 |
| commit | b42e6edc8df1d91c260addeb836fb2a193bd39de (patch) | |
| tree | f18f0048f9c0fb70f78472bd778fef7df4c1bd61 /static/css/main.css | |
| parent | 1baaddc8096ee2ff1a51db39ce6133a372d2a3ef (diff) | |
| download | thatcomputerscientist-b42e6edc8df1d91c260addeb836fb2a193bd39de.tar.xz thatcomputerscientist-b42e6edc8df1d91c260addeb836fb2a193bd39de.zip | |
Renamed folder icon correctly
Diffstat (limited to 'static/css/main.css')
| -rw-r--r-- | static/css/main.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/main.css b/static/css/main.css index 469d4484..7e4f00ad 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -395,7 +395,7 @@ li.new::before{ .ft-dir { width: 32px; - background-image: url('../images/icons/folder.ico'); + background-image: url('../images/icons/Folder.ico'); background-repeat: no-repeat; background-position: center; background-size: contain; |
