mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-07 10:18:57 +00:00
Fixing styles for the new integrations
This commit is contained in:
parent
1c6e36cc9f
commit
dd25170798
@ -21,4 +21,44 @@ kbn-vis, visualize, visualization {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex: 1 1 100%;
|
||||
}
|
||||
|
||||
.kbn-vis-value td {
|
||||
border: none !important;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.kbn-vis-value thead,
|
||||
.kbn-vis-value .numeric-value,
|
||||
.kbn-vis-value .pagination-container,
|
||||
.kbn-vis-value h2,
|
||||
.kbn-vis-value .table .table-condensed td:nth-child(2) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.kbn-vis-value .table {
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
.kbn-vis-value .cell-hover {
|
||||
color: rgba(0, 0, 0, 0.87);
|
||||
font-size: 16pt;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.kbn-vis-value .agg-table-paginated .cell-hover:hover {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.kbn-vis-value .h4,
|
||||
.kbn-vis-value .h5,
|
||||
.kbn-vis-value .h6,
|
||||
.kbn-vis-value h4,
|
||||
.kbn-vis-value h5,
|
||||
.kbn-vis-value h6 {
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
.metric .vis-container {
|
||||
margin-top: -46px;
|
||||
}
|
@ -11,41 +11,20 @@ kbn-searchbar input {
|
||||
padding: 44px 0;
|
||||
}
|
||||
|
||||
.column-fim .vis-editor-canvas {
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
.chart {
|
||||
overflow-y: unset !important;
|
||||
}
|
||||
|
||||
.vis-type-metric {
|
||||
margin-top: -60px;
|
||||
padding-top: 37px;
|
||||
}
|
||||
|
||||
.metric {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
md-card-content .ng-binding {
|
||||
color: rgb(102, 102, 102);
|
||||
}
|
||||
|
||||
kbn-vis-value .vis-editor-canvas {
|
||||
padding: 0 !important;
|
||||
margin-top: -12px;
|
||||
}
|
||||
|
||||
.metrics-audit .vis-editor-canvas {
|
||||
padding: 7px 0;
|
||||
}
|
||||
|
||||
kbn-vis-value span {
|
||||
font-size: 19pt;
|
||||
color: rgb(102, 102, 102);
|
||||
}
|
||||
|
||||
.no-legend .collapsible-sidebar {
|
||||
display: none;
|
||||
}
|
||||
@ -115,16 +94,6 @@ div.uil-ring-css {
|
||||
font-family: "Open Sans", Helvetica, Arial, sans-serif
|
||||
}
|
||||
|
||||
kbn-vis-value table {
|
||||
table-layout: fixed;
|
||||
}
|
||||
|
||||
kbn-vis-value div {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.filter-bar {
|
||||
background-color: #e4e4e4 !important;
|
||||
}
|
||||
@ -142,11 +111,6 @@ kbn-vis-value div {
|
||||
margin: 18px 20px 0 0
|
||||
}
|
||||
|
||||
.vis-editor-content text,
|
||||
h2.index-pattern-label {
|
||||
font-weight: normal !important;
|
||||
}
|
||||
|
||||
.no-legend visualize-legend {
|
||||
visibility: hidden;
|
||||
width: 0px;
|
||||
@ -536,10 +500,6 @@ md-content {
|
||||
background-color: #e4e4e4;
|
||||
}
|
||||
|
||||
md-card {
|
||||
box-shadow: none !important;
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
.md-button.buttonMenu.md-default-theme:not([disabled]):hover,
|
||||
.md-button:not([disabled]):hover {
|
||||
@ -816,16 +776,6 @@ md-select-menu md-content md-option:not([disabled]):hover {
|
||||
width: 70px;
|
||||
}
|
||||
|
||||
.metric-vis .metric-value {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.metric-value {
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
svg:not(:root) {
|
||||
overflow: visible !important;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user