mirror of
https://github.com/portainer/portainer.git
synced 2025-08-03 21:05:23 +02:00
style(datatables): use normal font weight for table headers (#1496)
This commit is contained in:
parent
46d8dba137
commit
d0da9860af
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue