diff --git a/htdocs/theme/auguria/auguria.css.php b/htdocs/theme/auguria/auguria.css.php index 440390d3dc9b557a1f2e57ab7a31522bec9580a3..4d87f98643f45cc8bcb5c681cd3fe7c91efb6c53 100644 --- a/htdocs/theme/auguria/auguria.css.php +++ b/htdocs/theme/auguria/auguria.css.php @@ -952,18 +952,6 @@ div.titre { } -/* ============================================================================== */ -/* Formulaire confirmation (HTML) */ -/* ============================================================================== */ - -td.validtitle { - font-weight: bold; - background: #EECC55; - } -td.valid { - background: #EECC55; - } - /* ============================================================================== */ /* Formulaire confirmation (AJAX) */ /* ============================================================================== */ diff --git a/htdocs/theme/bluelagoon/bluelagoon.css.php b/htdocs/theme/bluelagoon/bluelagoon.css.php index 86cf7c87b051781f2470ba96e745406ea078ebf0..ceedf997cc2073a2fee5b4f4e45209159183cdf6 100644 --- a/htdocs/theme/bluelagoon/bluelagoon.css.php +++ b/htdocs/theme/bluelagoon/bluelagoon.css.php @@ -687,21 +687,6 @@ tr.liste_total td { -/* - * - */ - -td.delete { - background: red; - font-weight: bold; - } - -td.valid { - background: pink; - font-weight: bold; - } - - /* ============================================================================== */ /* Formulaire confirmation (AJAX) */ /* ============================================================================== */ diff --git a/htdocs/theme/freelug/freelug.css.php b/htdocs/theme/freelug/freelug.css.php index e51317ad380f55f95edf1555f7d40affc3b9f309..39f9aa63a755637c6d7bda405f25c0a7f4431817 100644 --- a/htdocs/theme/freelug/freelug.css.php +++ b/htdocs/theme/freelug/freelug.css.php @@ -805,7 +805,7 @@ tr.box_titre { color: #FFFFFF; background: #777799; font-family: Helvetica, Verdana; - font-weight: bold; } +} tr.box_pair { background: #dcdcd0; @@ -820,11 +820,6 @@ tr.fiche { font-family: Helvetica, Verdana; } -td.delete { - background: red; - font-weight: bold; -} - /* ============================================================================== */ diff --git a/htdocs/theme/rodolphe/rodolphe.css.php b/htdocs/theme/rodolphe/rodolphe.css.php index 535892e0daf6b1adf06e9ddcbc7a871c2939cb25..194e9b8c14122f534589f3f80a6023fa84d48c85 100644 --- a/htdocs/theme/rodolphe/rodolphe.css.php +++ b/htdocs/theme/rodolphe/rodolphe.css.php @@ -761,20 +761,6 @@ tr.fiche { font-family: Helvetica, Verdana; } -/* - * Widgets standard - */ - -td.delete { - background: red; - font-weight: bold; - } - -td.valid { - background: pink; - font-weight: bold; - } - /* ============================================================================== */ /* Formulaire confirmation (HTML) */ diff --git a/htdocs/theme/yellow/yellow.css.php b/htdocs/theme/yellow/yellow.css.php index 6e61fa62fc6a6a8bb1d41f46fe057b08be15f80d..19445d172de9462738cdb86354bb83a1b98e3ce6 100644 --- a/htdocs/theme/yellow/yellow.css.php +++ b/htdocs/theme/yellow/yellow.css.php @@ -808,14 +808,6 @@ tr.fiche { font-family: Helvetica, Verdana; } -/* - * Widgets standard - */ - -td.delete { - background: red; - font-weight: bold; - } /* ============================================================================== */