css
This commit is contained in:
parent
16ca0ab801
commit
e3441e9772
@ -267,7 +267,7 @@ if (!empty($arrayfields['cp.fk_type']['checked'])) {
|
||||
}
|
||||
|
||||
print '<th class="liste_titre">';
|
||||
print $form->selectarray('search_type', $arraytypeleaves, $search_type, 1, 0, 0, '', 0, 0, 0, '', '', 1);
|
||||
print $form->selectarray('search_type', $arraytypeleaves, $search_type, 1, 0, 0, '', 0, 0, 0, '', 'maxwidth100', 1);
|
||||
print '</th>';
|
||||
}
|
||||
|
||||
|
||||
@ -156,6 +156,7 @@ th.liste_titre a div div:hover, th.liste_titre_sel a div div:hover { text-decora
|
||||
tr.liste_titre th.liste_titre_sel:not(.maxwidthsearch), tr.liste_titre td.liste_titre_sel:not(.maxwidthsearch),
|
||||
tr.liste_titre th.liste_titre:not(.maxwidthsearch), tr.liste_titre td.liste_titre:not(.maxwidthsearch) { opacity: 0.8; }
|
||||
/* th.liste_titre_sel a, th.liste_titre a, td.liste_titre_sel a, td.liste_titre a { color: #766; } */
|
||||
tr.liste_titre_filter th.liste_titre { text-align: unset; }
|
||||
|
||||
input {
|
||||
font-size: unset;
|
||||
|
||||
@ -4392,6 +4392,7 @@ tr.liste_titre:last-child th.liste_titre, tr.liste_titre:last-child th.liste_tit
|
||||
/* border-bottom: 1px solid var(--colortopbordertitle1); */
|
||||
border-bottom: none;
|
||||
}
|
||||
tr.liste_titre_filter th.liste_titre { text-align: unset; }
|
||||
|
||||
div.liste_titre {
|
||||
padding-left: 3px;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user