mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-09 01:12:33 +01:00
New: Always use th for table head
This commit is contained in:
@@ -1248,6 +1248,7 @@ th.liste_titre, td.liste_titre
|
||||
font-weight: normal;
|
||||
/* border-bottom: 1px solid #FDFFFF; */
|
||||
white-space: nowrap;
|
||||
text-align: <?php echo $left; ?>;
|
||||
}
|
||||
th.liste_titre_sel, td.liste_titre_sel
|
||||
{
|
||||
@@ -1260,6 +1261,7 @@ th.liste_titre_sel, td.liste_titre_sel
|
||||
/* text-decoration: underline; */
|
||||
/* border-bottom: 1px solid #FDFFFF; */
|
||||
white-space: nowrap;
|
||||
text-align: <?php echo $left; ?>;
|
||||
}
|
||||
input.liste_titre {
|
||||
background: transparent;
|
||||
|
||||
Reference in New Issue
Block a user