Fix css
This commit is contained in:
parent
a5b1de4f6a
commit
c3d80b217b
@ -2645,6 +2645,10 @@ table.paddingtopbottomonly tr td {
|
|||||||
.liste_titre_filter {
|
.liste_titre_filter {
|
||||||
background: rgb(<?php echo $colorbacktitle1; ?>) !important;
|
background: rgb(<?php echo $colorbacktitle1; ?>) !important;
|
||||||
}
|
}
|
||||||
|
table:not(.listwithfilterbefore) tr.liste_titre_filter:first-of-type td.liste_titre {
|
||||||
|
padding-top: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
tr.liste_titre_filter td.liste_titre {
|
tr.liste_titre_filter td.liste_titre {
|
||||||
/* border-bottom: 1px solid #ddd; */
|
/* border-bottom: 1px solid #ddd; */
|
||||||
padding-top: 1px;
|
padding-top: 1px;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user