Skip to content
Snippets Groups Projects
Commit c17775b9 authored by Jean-François Ferry's avatar Jean-François Ferry
Browse files

Minor interface improvements (theme eldy) : link uderline on hover / bold in array titles

parent bca39962
No related branches found
No related tags found
No related merge requests found
...@@ -224,7 +224,9 @@ body { ...@@ -224,7 +224,9 @@ body {
<?php print 'direction: '.$langs->trans("DIRECTION").";\n"; ?> <?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 { input:focus, textarea:focus, button:focus, select:focus {
box-shadow: 0 0 4px #8091BF; box-shadow: 0 0 4px #8091BF;
...@@ -1662,7 +1664,7 @@ div.liste_titre, tr.liste_titre, tr.liste_titre_sel ...@@ -1662,7 +1664,7 @@ div.liste_titre, tr.liste_titre, tr.liste_titre_sel
<?php } ?> <?php } ?>
color: #<?php echo $colortextmain; ?>; color: #<?php echo $colortextmain; ?>;
font-family: <?php print $fontlist ?>; font-family: <?php print $fontlist ?>;
font-weight: normal; font-weight: bold;
border-bottom: 1px solid #FDFFFF; border-bottom: 1px solid #FDFFFF;
white-space: <?php echo $dol_optimize_smallscreen?'normal':'nowrap'; ?>; white-space: <?php echo $dol_optimize_smallscreen?'normal':'nowrap'; ?>;
text-align: <?php echo $left; ?>; text-align: <?php echo $left; ?>;
...@@ -1670,7 +1672,7 @@ div.liste_titre, tr.liste_titre, tr.liste_titre_sel ...@@ -1670,7 +1672,7 @@ div.liste_titre, tr.liste_titre, tr.liste_titre_sel
tr.liste_titre th, th.liste_titre, tr.liste_titre td, td.liste_titre tr.liste_titre th, th.liste_titre, tr.liste_titre td, td.liste_titre
{ {
font-family: <?php print $fontlist ?>; font-family: <?php print $fontlist ?>;
font-weight: normal; /*font-weight: normal;*/
border-bottom: 1px solid #FDFFFF; border-bottom: 1px solid #FDFFFF;
white-space: <?php echo $dol_optimize_smallscreen?'normal':'nowrap'; ?>; white-space: <?php echo $dol_optimize_smallscreen?'normal':'nowrap'; ?>;
} }
...@@ -1793,7 +1795,7 @@ tr.box_titre { ...@@ -1793,7 +1795,7 @@ tr.box_titre {
<?php } ?> <?php } ?>
color: #<?php echo $colortextmain; ?>; color: #<?php echo $colortextmain; ?>;
font-family: <?php print $fontlist ?>, sans-serif; font-family: <?php print $fontlist ?>, sans-serif;
font-weight: normal; font-weight: bold;
border-bottom: 1px solid #FDFFFF; border-bottom: 1px solid #FDFFFF;
white-space: nowrap; white-space: nowrap;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment