[frio] Accept 0 as a valid content background transparency in frio/style.php
This commit is contained in:
parent
5d1ed5e71f
commit
c50b3d671e
|
@ -123,7 +123,7 @@ if (!$scheme) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$contentbg_transp = $contentbg_transp ?? 0 ?: 100;
|
$contentbg_transp = $contentbg_transp != '' ? $contentbg_transp : 100;
|
||||||
|
|
||||||
// Calculate some colors in dependance of existing colors.
|
// Calculate some colors in dependance of existing colors.
|
||||||
// Some colors are calculated to don't have too many selection
|
// Some colors are calculated to don't have too many selection
|
||||||
|
|
Loading…
Reference in a new issue