1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-02 20:35:25 +02:00

style(datatables): use normal font weight for table headers (#1496)

This commit is contained in:
Anthony Lapenna 2017-12-11 16:03:00 +01:00 committed by GitHub
parent 46d8dba137
commit d0da9860af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -124,6 +124,10 @@ a[ng-click]{
font-size: 90% !important;
}
.widget .widget-body table thead th {
font-weight: normal;
}
.template-widget {
height: 100%;
}