Skip to content

Commit

Permalink
Merge pull request #876 from jfefe/test_ui
Browse files Browse the repository at this point in the history
Minor interface improvements (theme eldy) : link uderline on hover / bold in array titles
  • Loading branch information
eldy committed Apr 24, 2013
2 parents ac4c236 + c17775b commit 00e39a2
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions htdocs/theme/eldy/style.css.php
Expand Up @@ -224,7 +224,9 @@
<?php print 'direction: '.$langs->trans("DIRECTION").";\n"; ?>
}

a:link, a:visited, a:hover, a:active { font-family: <?php print $fontlist ?>; font-weight: bold; color: #000000; text-decoration: none; }
a:link, a:visited, a:hover, a:active { font-family: <?php print $fontlist ?>; font-weight: bold; color: #4A4A4A; text-decoration: none; }

a:hover { text-decoration: underline; color: #000000;}

input:focus, textarea:focus, button:focus, select:focus {
box-shadow: 0 0 4px #8091BF;
Expand Down Expand Up @@ -1662,15 +1664,15 @@
<?php } ?>
color: #<?php echo $colortextmain; ?>;
font-family: <?php print $fontlist ?>;
font-weight: normal;
font-weight: bold;
border-bottom: 1px solid #FDFFFF;
white-space: <?php echo $dol_optimize_smallscreen?'normal':'nowrap'; ?>;
text-align: <?php echo $left; ?>;
}
tr.liste_titre th, th.liste_titre, tr.liste_titre td, td.liste_titre
{
font-family: <?php print $fontlist ?>;
font-weight: normal;
/*font-weight: normal;*/
border-bottom: 1px solid #FDFFFF;
white-space: <?php echo $dol_optimize_smallscreen?'normal':'nowrap'; ?>;
}
Expand Down Expand Up @@ -1793,7 +1795,7 @@
<?php } ?>
color: #<?php echo $colortextmain; ?>;
font-family: <?php print $fontlist ?>, sans-serif;
font-weight: normal;
font-weight: bold;
border-bottom: 1px solid #FDFFFF;
white-space: nowrap;
}
Expand Down

0 comments on commit 00e39a2

Please sign in to comment.