Bug 27493: Add styling for hidden columns
I'm sure adding a 'hidden' class to a table column used to remove it from display entirely.. seems that's no longer the case so we add the CSS back in here. Signed-off-by: Sally <sally.healey@cheshiresharedservices.gov.uk> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
d7175906ea
commit
25106761ce
1 changed files with 4 additions and 0 deletions
|
@ -172,6 +172,10 @@ td {
|
|||
&.numcol {
|
||||
width: 3ch;
|
||||
}
|
||||
|
||||
&.hidden {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
th {
|
||||
|
|
Loading…
Reference in a new issue