mirror of https://github.com/portainer/portainer
style(datatables): use normal font weight for table headers (#1496)
parent
46d8dba137
commit
d0da9860af
|
@ -124,6 +124,10 @@ a[ng-click]{
|
||||||
font-size: 90% !important;
|
font-size: 90% !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.widget .widget-body table thead th {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
|
||||||
.template-widget {
|
.template-widget {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue