diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php index b05968356ce..a16b20e84a0 100644 --- a/htdocs/theme/eldy/global.inc.php +++ b/htdocs/theme/eldy/global.inc.php @@ -3739,6 +3739,12 @@ tr.visible { background-color: transparent; background-image: none; } +.bordertransp { + background-color: transparent; + background-image: none; + border: 1px solid #aaa; + font-weight: normal; +} .websitebar { border-bottom: 1px solid #ccc; background: #e6e6e6; diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index 8999a73aaea..6f6d1338deb 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -3935,6 +3935,12 @@ tr.visible { color: #000 !important; text-shadow: none; } +.bordertransp { + background-color: transparent; + background-image: none; + border: 1px solid #aaa; + font-weight: normal; +} .websitebar { border-bottom: 1px solid #ccc; background: #eee; diff --git a/htdocs/website/index.php b/htdocs/website/index.php index 93b06619f8c..46121913c2b 100644 --- a/htdocs/website/index.php +++ b/htdocs/website/index.php @@ -1954,27 +1954,27 @@ if (! GETPOST('hide_websitemenu')) print '   '; - print ''; + print ''; if (! $atleastonepage) { - print ''; + print ''; } else { - print ''; + print ''; } //print ''; - print ''; - print ''; + print ''; + print ''; - print ''; + print ''; print '   '; - print 'ref.'" class="button nobordertransp"'.$disabled.' title="'.dol_escape_htmltag($langs->trans("MediaFiles")).'">'; - //print ''; + print 'ref.'" class="button bordertransp"'.$disabled.' title="'.dol_escape_htmltag($langs->trans("MediaFiles")).'">'; + //print ''; /*print ''.dol_escape_htmltag($langs->trans("MediaFiles")).''; print ''; */ - print 'ref.'" class="button nobordertransp"'.$disabled.' title="'.dol_escape_htmltag($langs->trans("ReplaceWebsiteContent")).'">'; + print 'ref.'" class="button bordertransp"'.$disabled.' title="'.dol_escape_htmltag($langs->trans("ReplaceWebsiteContent")).'">'; } print ''; @@ -2228,9 +2228,9 @@ if (! GETPOST('hide_websitemenu')) print '   '; - print ''; + print ''; - print ''; + print ''; print ''."\n"; print '
'; @@ -2284,7 +2284,7 @@ if (! GETPOST('hide_websitemenu')) if ($websitepage->grabbed_from) { - //print ''; + //print ''; print ''.img_picto($langs->trans("OnlyEditionOfSourceForGrabbedContent"), 'switch_off', '', false, 0, 0, '', 'nomarginleft').''; } else @@ -2325,17 +2325,17 @@ if (! GETPOST('hide_websitemenu')) if ($object->fk_default_home > 0 && $pageid == $object->fk_default_home) { //$disabled=' disabled="disabled"'; - //print ''; - print ''; + //print ''; + print ''; } else { //$disabled=''; - //print 'ref.'" class="button nobordertransp"'.$disabled.' title="'.dol_escape_htmltag($langs->trans("SetAsHomePage")).'">'; - print ''; + //print 'ref.'" class="button bordertransp"'.$disabled.' title="'.dol_escape_htmltag($langs->trans("SetAsHomePage")).'">'; + print ''; } - print ''; - print ''; + print ''; + print ''; } }