Correct color code of Excel file icon (#5361)

Fixes #5352
master
Kaan Kabalak 7 years ago committed by Nitish Tiwari
parent a1a98617ca
commit de2ce5acb4
  1. 2
      browser/app/less/inc/list.less
  2. 46
      browser/ui-assets.go

@ -108,7 +108,7 @@ div.fesl-row {
&[data-type=zip] { .list-type(#427089, '\f1c6'); }
&[data-type=audio] { .list-type(#009688, '\f1c7'); }
&[data-type=code] { .list-type(#997867, "\f1c9"); }
&[data-type=excel] { .list-type(#f1c3, '\f1c3'); }
&[data-type=excel] { .list-type(#64c866, '\f1c3'); }
&[data-type=image] { .list-type(#f06292, '\f1c5'); }
&[data-type=video] { .list-type(#f8c363, '\f1c8'); }
&[data-type=other] { .list-type(#afafaf, '\f016'); }

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save