Skip to content
Extraits de code Groupes Projets
Valider b7b59b4f rédigé par ARNO*'s avatar ARNO*
Parcourir les fichiers

Suppression DropShadow (MSIE)

parent f3826681
Branches
Étiquettes
Aucune requête de fusion associée trouvée
...@@ -143,7 +143,6 @@ td { ...@@ -143,7 +143,6 @@ td {
font-weight: bold; font-weight: bold;
font-size: 10px; font-size: 10px;
color: red; display: block; margin: 2px; color: red; display: block; margin: 2px;
filter: DropShadow(Color=white, OffX=1, OffY=1, Positive=1) DropShadow(Color=#cccccc, OffX=-1, OffY=-1, Positive=1);
width: 100% width: 100%
} }
.icone36 a span { .icone36 a span {
...@@ -151,7 +150,6 @@ td { ...@@ -151,7 +150,6 @@ td {
font-weight: bold; font-weight: bold;
font-size: 10px; font-size: 10px;
color: #666666; display: block; margin: 2px; color: #666666; display: block; margin: 2px;
filter: DropShadow(Color=white, OffX=1, OffY=1, Positive=1) DropShadow(Color=#cccccc, OffX=-1, OffY=-1, Positive=1);
width: 100% width: 100%
} }
.icone36 a:hover span { .icone36 a:hover span {
...@@ -159,7 +157,6 @@ td { ...@@ -159,7 +157,6 @@ td {
font-weight: bold; font-weight: bold;
font-size: 10px; font-size: 10px;
color: #000000; display: block; margin: 2px; color: #000000; display: block; margin: 2px;
filter: DropShadow(Color=white, OffX=1, OffY=1, Positive=1) DropShadow(Color=#cccccc, OffX=-1, OffY=-1, Positive=1);
width: 100%; width: 100%;
} }
...@@ -217,17 +214,14 @@ td { ...@@ -217,17 +214,14 @@ td {
} }
.cellule36 a span, .cellule48 a span { .cellule36 a span, .cellule48 a span {
color: #666666; display: block; margin: 1px; color: #666666; display: block; margin: 1px;
filter: DropShadow(Color=white, OffX=1, OffY=1, Positive=1) DropShadow(Color=#cccccc, OffX=-1, OffY=-1, Positive=1);
width: 100%; width: 100%;
} }
.cellule36 a:hover span, .cellule48 a:hover span { .cellule36 a:hover span, .cellule48 a:hover span {
color: #000000; display: block; margin: 1px; color: #000000; display: block; margin: 1px;
filter: DropShadow(Color=white, OffX=1, OffY=1, Positive=1) DropShadow(Color=#cccccc, OffX=-1, OffY=-1, Positive=1);
width: 100%; width: 100%;
} }
.cellule36 a.selection span, .cellule48 a.selection span { .cellule36 a.selection span, .cellule48 a.selection span {
color: #000000; display: block; margin: 1px; color: #000000; display: block; margin: 1px;
filter: DropShadow(Color=white, OffX=-1, OffY=-1, Positive=1) DropShadow(Color=#cccccc, OffX=1, OffY=1, Positive=1);
width: 100%; width: 100%;
} }
...@@ -329,9 +323,6 @@ a.cellule-h table { ...@@ -329,9 +323,6 @@ a.cellule-h table {
margin: 0px; margin: 0px;
} }
a.cellule-h td.cellule-h-lien {
filter: DropShadow(Color=white, OffX=1, OffY=1, Positive=1) DropShadow(Color=#cccccc, OffX=-1, OffY=-1, Positive=1);
}
a.cellule-h img { a.cellule-h img {
width: 24px; width: 24px;
height: 24px; height: 24px;
...@@ -393,17 +384,13 @@ a.cellule-h-texte:hover { ...@@ -393,17 +384,13 @@ a.cellule-h-texte:hover {
.bouton36gris { .bouton36gris {
padding: 6px; padding: 6px;
margin-top: 2px; margin-top: 2px;
width: 24px;
height: 24px;
border: 1px solid #aaaaaa; border: 1px solid #aaaaaa;
background-color: #e4e4e4; background-color: #eeeeee;
-moz-border-radius: 5px; -moz-border-radius: 5px;
} }
.bouton36blanc { .bouton36blanc {
padding: 6px; padding: 6px;
margin-top: 2px; margin-top: 2px;
width: 24px;
height: 24px;
border: 1px solid #999999; border: 1px solid #999999;
background-color: white; background-color: white;
-moz-border-radius: 5px; -moz-border-radius: 5px;
...@@ -411,8 +398,6 @@ a.cellule-h-texte:hover { ...@@ -411,8 +398,6 @@ a.cellule-h-texte:hover {
.bouton36rouge { .bouton36rouge {
padding: 6px; padding: 6px;
margin-top: 2px; margin-top: 2px;
width: 24px;
height: 24px;
border: 1px solid red; border: 1px solid red;
background-color: white; background-color: white;
-moz-border-radius: 5px; -moz-border-radius: 5px;
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter