mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-07 10:18:57 +00:00
78 lines
1.7 KiB
Plaintext
78 lines
1.7 KiB
Plaintext
.subNavLine a {
|
|
margin-bottom: 0px;
|
|
}
|
|
|
|
.subNavLine div {
|
|
margin-bottom: 0px;
|
|
margin-top: 0px;
|
|
}
|
|
|
|
.subNavLine button {
|
|
margin-top: 0px;
|
|
margin-bottom: 4px;
|
|
}
|
|
|
|
.secondLevelNavLine button {
|
|
margin-top: 6px !important;
|
|
margin-bottom: 6px !important;
|
|
}
|
|
|
|
.secondLevelNavLine div {
|
|
margin-top: 6px !important;
|
|
margin-bottom: 6px !important;
|
|
}
|
|
|
|
#settingButtonTop {
|
|
float: right;
|
|
clear: both;
|
|
position: absolute;
|
|
color: white;
|
|
right: 0;
|
|
}
|
|
|
|
.md-select-menu-container.md-active md-select-menu>* {
|
|
background-color: white !important;
|
|
}
|
|
|
|
md-select-menu.md-default-theme md-content md-option[selected],
|
|
md-select-menu md-content md-option[selected]{
|
|
color: black;
|
|
}
|
|
|
|
md-select-menu.md-default-theme md-content md-option,
|
|
md-select-menu md-content md-option {
|
|
color: black;
|
|
}
|
|
|
|
md-select-menu.md-default-theme md-content md-option:not([disabled]):focus,
|
|
md-select-menu md-content md-option:not([disabled]):focus,
|
|
md-select-menu.md-default-theme md-content md-option:not([disabled]):hover,
|
|
md-select-menu md-content md-option:not([disabled]):hover {
|
|
background-color: rgba(255, 255, 255, 0.1);
|
|
color: black !important;
|
|
}
|
|
|
|
md-select-menu:not(._md-overflow) md-content {
|
|
padding-top: 0px !important;
|
|
padding-bottom: 0px !important;
|
|
}
|
|
|
|
.manager-groups-left-panel {
|
|
background-color: white;
|
|
overflow: auto;
|
|
height: 400px;
|
|
box-shadow: 0 0px 0px rgba(10, 16, 20, .15), 0 0 0px rgba(10, 16, 20, .12) !important;
|
|
margin-left: 0px;
|
|
margin-right: 0px;
|
|
width: 100%;
|
|
}
|
|
|
|
.horizontal-menu-right .buttonMenu{
|
|
background-color: rgb(0,121,165);
|
|
color: white;
|
|
}
|
|
|
|
.horizontal-menu-right {
|
|
background-color: #f7f7f7
|
|
}
|