Systemerweiterungen
This commit is contained in:
14
test2/FixedHeader-3.3.2/css/fixedHeader.jqueryui.css
Normal file
14
test2/FixedHeader-3.3.2/css/fixedHeader.jqueryui.css
Normal file
@ -0,0 +1,14 @@
|
||||
table.fixedHeader-floating {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
table.fixedHeader-locked {
|
||||
position: absolute !important;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
@media print {
|
||||
table.fixedHeader-floating {
|
||||
display: none;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user