update cbr icon info color
This commit is contained in:
parent
2fd3e105d2
commit
b0dcfc35ab
1 changed files with 2 additions and 1 deletions
|
@ -762,7 +762,8 @@ oml.getFilterSizes = function() {
|
||||||
|
|
||||||
oml.getIconInfoColor = function(type, data) {
|
oml.getIconInfoColor = function(type, data) {
|
||||||
return type == 'extension' ? (
|
return type == 'extension' ? (
|
||||||
data.extension == 'epub' ? [[32, 160, 32], [0, 128, 0], [128, 255, 128]]
|
data.extension == 'cbr' ? [[224, 224, 32], [192, 192, 0], [255, 255, 192]]
|
||||||
|
: data.extension == 'epub' ? [[32, 160, 32], [0, 128, 0], [128, 255, 128]]
|
||||||
: data.extension == 'pdf' ? (
|
: data.extension == 'pdf' ? (
|
||||||
data.textsize
|
data.textsize
|
||||||
? [[224, 32, 32], [192, 0, 0], [255, 192, 192]]
|
? [[224, 32, 32], [192, 0, 0], [255, 192, 192]]
|
||||||
|
|
Loading…
Reference in a new issue