From 9c4000bb257ddbd1ca3f76b42a38fe481101c93f Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Sun, 15 Nov 2015 21:27:29 +0100 Subject: [PATCH] =?UTF-8?q?Possibilit=C3=A9=20de=20d=C3=A9sactiver=20l'ani?= =?UTF-8?q?mation=20de=20tr@hover=20avec=20la=20"class"=20du=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/global.css | 20 ++++++++++---------- index.php | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/css/global.css b/css/global.css index 35055ec..d16eb59 100755 --- a/css/global.css +++ b/css/global.css @@ -11,7 +11,7 @@ /* .unstressed */ span.unstressed{ color: #aaa; } -tr:hover > td > span.unstressed{ color: #ddd; } +body.trHoverActivated tr:hover > td > span.unstressed{ color: #ddd; } span.stressed{ font-weight: bold; } @@ -117,18 +117,18 @@ table.basic table.basic tr > td:first-child { border-left: 10px solid #9e9e9 /* @hover */ -table.basic tr:hover > td{ color: #fff; } +body.trHoverActivated table.basic tr:hover > td{ color: #fff; } -table.basic:nth-child(4n+0) tr:hover > td { background-color: #e63c54; } -table.basic:nth-child(4n+1) tr:hover > td { background-color: #3c73e6; } -table.basic:nth-child(4n+2) tr:hover > td { background-color: #e6983c; } -table.basic:nth-child(4n+3) tr:hover > td { background-color: #2dcc70; } +body.trHoverActivated table.basic:nth-child(4n+0) tr:hover > td { background-color: #e63c54; } +body.trHoverActivated table.basic:nth-child(4n+1) tr:hover > td { background-color: #3c73e6; } +body.trHoverActivated table.basic:nth-child(4n+2) tr:hover > td { background-color: #e6983c; } +body.trHoverActivated table.basic:nth-child(4n+3) tr:hover > td { background-color: #2dcc70; } -table.basic table.basic tr:hover > td { background-color: #9e9e9e; } +body.trHoverActivated table.basic table.basic tr:hover > td { background-color: #9e9e9e; } /* .noborder */ table.basic tr.noborder > td:first-child{ border-left: 1px solid transparent; } -table.basic tr:hover td{ background-color: #fff; } +body.trHoverActivated table.basic tr:hover td{ background-color: #fff; } /* .transparentbg */ table.basic tr.transparentbg > td{ background-color: transparent; } @@ -262,8 +262,8 @@ select.active + .valider_action{ } /* tr@hover */ -tr:hover td select.active + .valider_action, -tr:hover td input.active + .valider_action{ +body.trHoverActivated tr:hover td select.active + .valider_action, +body.trHoverActivated tr:hover td input.active + .valider_action{ border-color: #fff; background-image: url(../src/validate@hover.svg); color: #fff; diff --git a/index.php b/index.php index 32aeb28..3aedd8f 100755 --- a/index.php +++ b/index.php @@ -33,7 +33,7 @@ $notifNotifNum = 5; - +