mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-03 21:29:28 +00:00
14 lines
219 B
CSS
14 lines
219 B
CSS
td.tableCellNoRightBorder {
|
|
border-right: 0 !important;
|
|
}
|
|
|
|
td.tableCellNoLeftBorder {
|
|
border-left: 0 !important;
|
|
}
|
|
|
|
#fehlercodeInfoCell {
|
|
vertical-align: middle;
|
|
font-size: 1.2em;
|
|
cursor: pointer;
|
|
}
|