Skip to content

Commit

Permalink
Fix: css
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Dec 6, 2013
1 parent b99eddc commit f60f5b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions htdocs/theme/eldy/style.css.php
Expand Up @@ -1757,6 +1757,9 @@
text-shadow: 1px 0px 1px #<?php echo $colorshadowtitle; ?>;
vertical-align: middle;
}
tr.liste_titre th a, th.liste_titre a, tr.liste_titre td a, td.liste_titre a, form.liste_titre div a, div.liste_titre a {
text-shadow: none !important;
}
.liste_titre td a {
text-shadow: none !important;
color: #<?php echo $colortexttitle; ?>;
Expand Down

0 comments on commit f60f5b2

Please sign in to comment.