Fix: Default background if css3 not used
This commit is contained in:
parent
eaff41c65f
commit
ef6e06bcaa
@ -1594,6 +1594,7 @@ table.liste td {
|
|||||||
div.liste_titre, tr.liste_titre, tr.liste_titre_sel
|
div.liste_titre, tr.liste_titre, tr.liste_titre_sel
|
||||||
{
|
{
|
||||||
height: 20px !important;
|
height: 20px !important;
|
||||||
|
background: #7699A9;
|
||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
||||||
|
|
||||||
<?php if ($usecss3) { ?>
|
<?php if ($usecss3) { ?>
|
||||||
@ -1603,7 +1604,6 @@ div.liste_titre, tr.liste_titre, tr.liste_titre_sel
|
|||||||
background-image: -ms-linear-gradient(bottom, rgb(<?php echo $colorbacktitle1; ?>) 15%, rgb(<?php echo $colorbacktitle2; ?>) 100%);
|
background-image: -ms-linear-gradient(bottom, rgb(<?php echo $colorbacktitle1; ?>) 15%, rgb(<?php echo $colorbacktitle2; ?>) 100%);
|
||||||
background-image: linear-gradient(bottom, rgb(<?php echo $colorbacktitle1; ?>) 15%, rgb(<?php echo $colorbacktitle2; ?>) 100%);
|
background-image: linear-gradient(bottom, rgb(<?php echo $colorbacktitle1; ?>) 15%, rgb(<?php echo $colorbacktitle2; ?>) 100%);
|
||||||
<?php } else { ?>
|
<?php } else { ?>
|
||||||
background: #7699A9;
|
|
||||||
background-image: url(<?php echo dol_buildpath($path.'/theme/'.$theme.'/img/liste_titre2.png',1); ?>);
|
background-image: url(<?php echo dol_buildpath($path.'/theme/'.$theme.'/img/liste_titre2.png',1); ?>);
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
color: #<?php echo $colortextmain; ?>;
|
color: #<?php echo $colortextmain; ?>;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user