mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Fixes table contract and some discover contrast issues.
This commit is contained in:
parent
9ba63d1b1a
commit
54897612ab
3 changed files with 3 additions and 3 deletions
|
@ -54,7 +54,7 @@
|
|||
|
||||
@kibanaGray1: #2D2D2D;
|
||||
@kibanaGray2: #5A5A5A;
|
||||
@kibanaGray3: #9C9C9C;
|
||||
@kibanaGray3: #666;
|
||||
@kibanaGray4: #BEBEBE;
|
||||
@kibanaGray5: #E4E4E4;
|
||||
@kibanaGray6: #F6F6F6;
|
||||
|
|
2
ui_framework/dist/ui_framework.css
vendored
2
ui_framework/dist/ui_framework.css
vendored
|
@ -3541,7 +3541,7 @@ input[type="button"] {
|
|||
max-width: 20px;
|
||||
/* 1 */
|
||||
line-height: 1.5;
|
||||
color: #a7a7a7; }
|
||||
color: #666; }
|
||||
|
||||
.kuiTableHeaderCell__liner {
|
||||
display: inline-block;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$tableCellPadding: 7px 8px 8px;
|
||||
$tableCellFontWeight: 400;
|
||||
$tableBackgroundColor: #FFF;
|
||||
$tableHeaderTextColor: #a7a7a7;
|
||||
$tableHeaderTextColor: $kuiColorDarkGray;
|
||||
$tableCellExpandedBorderColor: #f0f0f0;
|
||||
|
||||
@import "controlled_table";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue