mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
* fix data table styling * remove styling from pagination buttons, fix styling on kbn-table headers
This commit is contained in:
parent
4831cbac37
commit
d3bc3af39b
3 changed files with 12 additions and 0 deletions
|
@ -15,6 +15,11 @@ kbn-agg-table-group {
|
|||
flex: 1 1 auto;
|
||||
overflow: auto;
|
||||
|
||||
th {
|
||||
text-align: left;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
tr:hover td {
|
||||
background-color: @table-row-hover-bg;
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
import _ from 'lodash';
|
||||
import './table_header.less';
|
||||
import 'ui/filters/short_dots';
|
||||
import headerHtml from 'ui/doc_table/components/table_header.html';
|
||||
import { uiModules } from 'ui/modules';
|
||||
|
|
6
src/ui/public/doc_table/components/table_header.less
Normal file
6
src/ui/public/doc_table/components/table_header.less
Normal file
|
@ -0,0 +1,6 @@
|
|||
.kbn-table {
|
||||
th {
|
||||
text-align: left;
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue