Amélioration présentation colonnes non triables
This commit is contained in:
parent
849dcf00c9
commit
cd4220546e
3 changed files with 10 additions and 1 deletions
|
|
@ -26,3 +26,8 @@
|
|||
margin-top : 0;
|
||||
margin-left : 0;
|
||||
}
|
||||
|
||||
/* désactiver rétroaction pour colonnes non triables */
|
||||
table.list > thead td[class~=nosort] a:hover {
|
||||
background-color : rgba(var(--gSecondColor), 0.);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue