2017-11-23 10:22:27 +00:00
|
|
|
/* Common HTML styles */
|
|
|
|
|
|
|
|
body {
|
|
|
|
min-width: 1250px;
|
|
|
|
width: 100%;
|
2017-11-07 14:13:45 +00:00
|
|
|
}
|
|
|
|
|
2017-11-23 10:22:27 +00:00
|
|
|
p {
|
|
|
|
margin-top: 4px !important;
|
2017-11-07 11:43:59 +00:00
|
|
|
}
|
|
|
|
|
2017-11-23 10:22:27 +00:00
|
|
|
body._md-toast-animating {
|
|
|
|
overflow-y: scroll !important;
|
2017-11-07 11:43:59 +00:00
|
|
|
}
|
|
|
|
|
2018-01-14 13:08:38 +00:00
|
|
|
/* Health check */
|
|
|
|
|
2018-01-11 18:41:50 +00:00
|
|
|
.error-notify {
|
|
|
|
font-size: 20px;
|
|
|
|
color: black;
|
|
|
|
padding-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
2018-01-14 13:08:38 +00:00
|
|
|
.loading-logo-fail {
|
|
|
|
width: 85px;
|
2018-01-25 08:17:30 +00:00
|
|
|
text-align: center;
|
2018-01-14 13:08:38 +00:00
|
|
|
}
|
|
|
|
|
2018-01-11 18:41:50 +00:00
|
|
|
.loading-logo {
|
|
|
|
position:relative ;
|
2018-01-25 08:17:30 +00:00
|
|
|
top: -157px;
|
2018-01-12 15:00:50 +00:00
|
|
|
width: 85px;
|
2018-01-25 08:17:30 +00:00
|
|
|
text-align: center;
|
2018-01-11 18:41:50 +00:00
|
|
|
}
|
|
|
|
|
2018-01-12 15:00:50 +00:00
|
|
|
.present-logo {
|
2018-01-25 08:17:30 +00:00
|
|
|
text-align: center;
|
2018-01-11 18:41:50 +00:00
|
|
|
}
|
|
|
|
|
2018-01-12 15:00:50 +00:00
|
|
|
.checks {
|
2018-01-25 08:17:30 +00:00
|
|
|
text-align: center;
|
2018-01-12 15:00:50 +00:00
|
|
|
position: relative;
|
2018-01-25 08:17:30 +00:00
|
|
|
top: -100px;
|
2018-01-14 13:08:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.checks-fail {
|
2018-01-25 08:17:30 +00:00
|
|
|
text-align: center;
|
2018-01-14 13:08:38 +00:00
|
|
|
position: relative;
|
2018-01-25 08:17:30 +00:00
|
|
|
top: 10px;
|
2018-01-12 15:00:50 +00:00
|
|
|
}
|
|
|
|
|
2018-01-11 18:41:50 +00:00
|
|
|
.healthCheck {
|
2018-01-25 08:17:30 +00:00
|
|
|
padding-top: 200px;
|
2018-01-11 18:41:50 +00:00
|
|
|
background-color: #F5F5F5;
|
|
|
|
}
|
|
|
|
|
|
|
|
.health-check-error {
|
|
|
|
padding-top: 40px;
|
|
|
|
color: red;
|
|
|
|
text-align: center;
|
|
|
|
}
|
2018-01-14 13:08:38 +00:00
|
|
|
|
2017-11-23 10:22:27 +00:00
|
|
|
pre {
|
|
|
|
white-space: pre-wrap;
|
|
|
|
word-wrap: break-word;
|
2018-01-11 17:05:52 +00:00
|
|
|
height: 200px;
|
2017-11-23 10:22:27 +00:00
|
|
|
}
|
|
|
|
|
2018-01-09 18:53:42 +00:00
|
|
|
.percentage {
|
2018-01-12 19:37:30 +00:00
|
|
|
font-size: 18px;
|
2018-01-09 18:53:42 +00:00
|
|
|
text-align: center;
|
|
|
|
position: relative;
|
2018-01-12 19:37:30 +00:00
|
|
|
height: 25px;
|
|
|
|
color: #666666;
|
2018-02-23 17:07:13 +00:00
|
|
|
background-color: #white !important;
|
2018-01-09 18:53:42 +00:00
|
|
|
}
|
2017-11-23 10:22:27 +00:00
|
|
|
/* Wazuh Header */
|
|
|
|
|
|
|
|
.wazuh-h3 {
|
|
|
|
font-size: 18px !important;
|
|
|
|
font-weight: 400 !important;
|
2017-11-07 11:43:59 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.wazuh-h1 {
|
|
|
|
font-size: 24px !important;
|
|
|
|
}
|
|
|
|
|
2017-11-29 11:04:41 +00:00
|
|
|
/* Fix typography for better consistency */
|
2017-11-23 10:22:27 +00:00
|
|
|
|
2017-11-29 12:04:33 +00:00
|
|
|
html, body, button:not(.fa):not(.fa-times), textarea, input, select {
|
2017-11-29 11:04:41 +00:00
|
|
|
font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
|
2017-11-23 10:22:27 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Loading Ring styles */
|
|
|
|
|
|
|
|
div.uil-ring-css {
|
2018-01-11 18:41:50 +00:00
|
|
|
transform: scale(0.8);
|
2017-11-23 10:22:27 +00:00
|
|
|
margin: auto;
|
2017-11-07 11:43:59 +00:00
|
|
|
}
|
|
|
|
|
2017-11-23 10:22:27 +00:00
|
|
|
.uil-ring-css {
|
|
|
|
background: none;
|
|
|
|
position: relative;
|
|
|
|
width: 200px;
|
|
|
|
height: 200px;
|
2017-11-07 11:43:59 +00:00
|
|
|
}
|
2017-11-23 10:22:27 +00:00
|
|
|
|
|
|
|
.uil-ring-css>div {
|
|
|
|
position: absolute;
|
|
|
|
display: block;
|
|
|
|
width: 160px;
|
|
|
|
height: 160px;
|
|
|
|
top: 20px;
|
|
|
|
left: 20px;
|
|
|
|
border-radius: 80px;
|
2018-01-25 08:17:30 +00:00
|
|
|
box-shadow: 0 3px 0 0 rgb(0,121,165);
|
2017-11-23 10:22:27 +00:00
|
|
|
-webkit-transform-origin: 80px 81.5px;
|
|
|
|
transform-origin: 80px 81.5px;
|
|
|
|
-webkit-animation: uil-ring-anim 1.5s linear infinite;
|
|
|
|
animation: uil-ring-anim 1.5s linear infinite;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Navbar Directive */
|
|
|
|
|
|
|
|
navbar {
|
|
|
|
padding: 0 0px 6px 7px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.md-tab.md-active {
|
|
|
|
}
|
|
|
|
|
|
|
|
.headBar {
|
2018-02-23 17:07:13 +00:00
|
|
|
background-color: white !important;
|
2017-11-23 10:22:27 +00:00
|
|
|
min-width: 463px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.horizontalTabsBar {
|
2018-02-23 17:07:13 +00:00
|
|
|
background-color: white !important;
|
2017-11-23 10:22:27 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.tabView md-nav-bar md-nav-ink-bar {
|
|
|
|
background-color: rgb(228, 228, 228);
|
|
|
|
}
|
|
|
|
|
|
|
|
.selectedItem {
|
|
|
|
background-color: rgba(129, 200, 222, 0.7) !important
|
2017-11-17 17:20:13 +00:00
|
|
|
}
|
2017-11-07 14:13:45 +00:00
|
|
|
|
|
|
|
.json-beautifier {
|
|
|
|
background-color: ghostwhite;
|
|
|
|
border: 1px solid silver;
|
|
|
|
padding: 10px 20px;
|
|
|
|
margin: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.json-key {
|
|
|
|
color: brown;
|
|
|
|
}
|
|
|
|
|
|
|
|
.json-value {
|
|
|
|
color: navy;
|
|
|
|
}
|
|
|
|
|
|
|
|
.json-string {
|
|
|
|
color: olive;
|
2017-11-08 12:06:44 +00:00
|
|
|
}
|
2017-11-23 10:22:27 +00:00
|
|
|
|
|
|
|
/* Input filter box styles */
|
|
|
|
|
|
|
|
.input-filter-box {
|
2018-02-23 17:07:13 +00:00
|
|
|
box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 2px 0px, rgba(0, 0, 0, 0.137255) 0px 0px 0px 0px, rgba(0, 0, 0, 0.117647) 0px 0px 0px 0px;
|
2017-11-23 10:22:27 +00:00
|
|
|
font-size: 14px;
|
|
|
|
padding: 0px 15px;
|
|
|
|
margin-top: 18px;
|
|
|
|
border: none;
|
|
|
|
height: 40px;
|
|
|
|
margin-right: 20px;
|
|
|
|
}
|
|
|
|
|
2018-03-01 14:15:14 +00:00
|
|
|
.input-filter-box:focus,
|
|
|
|
md-autocomplete,
|
|
|
|
md-autocomplete md-autocomplete-wrap input {
|
|
|
|
box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 2px 0px, rgba(0, 0, 0, 0.137255) 0px 0px 0px 0px, rgba(0, 0, 0, 0.117647) 0px 0px 0px 0px !important;
|
|
|
|
}
|
|
|
|
|
2017-11-23 10:22:27 +00:00
|
|
|
/* Progress Linear */
|
|
|
|
|
|
|
|
md-progress-linear.md-default-theme ._md-bar,
|
|
|
|
md-progress-linear ._md-bar {
|
2018-01-25 08:17:30 +00:00
|
|
|
background-color: rgb(0,121,165);
|
2017-11-23 10:22:27 +00:00
|
|
|
}
|
2017-11-28 14:22:00 +00:00
|
|
|
|
2018-01-10 14:39:15 +00:00
|
|
|
.wazuh-loading md-progress-linear {
|
2018-01-09 18:53:42 +00:00
|
|
|
height: 20px !important;
|
|
|
|
}
|
|
|
|
|
2018-01-10 14:39:15 +00:00
|
|
|
.wazuh-loading md-progress-linear .md-container {
|
2018-01-09 18:53:42 +00:00
|
|
|
height: 20px !important;
|
|
|
|
}
|
|
|
|
|
2018-01-10 14:39:15 +00:00
|
|
|
.wazuh-loading md-progress-linear .md-container .md-bar {
|
2018-01-09 18:53:42 +00:00
|
|
|
height: 20px !important;
|
|
|
|
}
|
2018-01-10 14:39:15 +00:00
|
|
|
.wazuh-loading md-progress-linear .md-container .md-dashed:before {
|
2018-01-09 18:53:42 +00:00
|
|
|
height: 20px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2017-11-28 14:22:00 +00:00
|
|
|
/* Manager Groups Agents/Files tabs fix */
|
|
|
|
.md-tab.md-active {
|
2018-01-25 08:17:30 +00:00
|
|
|
color: rgb(0,121,165) !important;
|
2017-11-28 14:22:00 +00:00
|
|
|
}
|
2017-12-12 11:38:23 +00:00
|
|
|
|
2018-02-09 20:22:12 +00:00
|
|
|
.directives-color-white,
|
|
|
|
.directives-color-white button {
|
2017-12-12 11:38:23 +00:00
|
|
|
color: white !important;
|
|
|
|
}
|
2017-12-18 11:07:42 +00:00
|
|
|
|
2018-02-09 20:22:12 +00:00
|
|
|
.navItemChangeColor button{
|
|
|
|
background-color: #0079a5 !important;
|
|
|
|
}
|
|
|
|
|
2017-12-19 13:53:40 +00:00
|
|
|
/* Common styles for text and font */
|
2017-12-18 11:07:42 +00:00
|
|
|
.text-center {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2017-12-18 16:52:23 +00:00
|
|
|
.text-right {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2017-12-19 13:53:40 +00:00
|
|
|
.text-bold {
|
2018-01-11 12:57:05 +00:00
|
|
|
font-weight: bold !important;
|
2017-12-19 13:53:40 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.font-size-14-pt {
|
|
|
|
font-size: 14pt;
|
|
|
|
}
|
|
|
|
|
|
|
|
.font-size-15 {
|
|
|
|
font-size: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.font-size-16-pt {
|
|
|
|
font-size: 16pt;
|
|
|
|
}
|
|
|
|
|
|
|
|
.font-size-18 {
|
|
|
|
font-size: 18px;
|
|
|
|
}
|
|
|
|
|
2017-12-18 16:52:23 +00:00
|
|
|
.font-size-19-pt {
|
|
|
|
font-size: 19pt;
|
|
|
|
}
|
|
|
|
|
2017-12-19 13:53:40 +00:00
|
|
|
.font-size-25 {
|
|
|
|
font-size: 25px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Custom Background colours */
|
|
|
|
|
2017-12-18 11:07:42 +00:00
|
|
|
.background-white {
|
|
|
|
background-color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.background-f7 {
|
|
|
|
background-color: #f7f7f7;
|
|
|
|
}
|
|
|
|
|
|
|
|
.background-e4 {
|
2018-02-23 17:07:13 +00:00
|
|
|
background-color: white;
|
2017-12-18 11:07:42 +00:00
|
|
|
}
|
|
|
|
|
2017-12-19 13:53:40 +00:00
|
|
|
.background-e2 {
|
|
|
|
background-color: #e2e2e2;
|
2017-12-18 11:07:42 +00:00
|
|
|
}
|
|
|
|
|
2017-12-19 13:53:40 +00:00
|
|
|
.color-f9 {
|
|
|
|
color: #ff9999;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Custom styles for the box model */
|
|
|
|
|
|
|
|
.margin-top-30 {
|
|
|
|
margin-top: 30px;
|
2017-12-18 11:07:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.margin-right-0 {
|
|
|
|
margin-right: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.margin-left-0 {
|
2018-02-14 15:43:31 +00:00
|
|
|
margin-left: 0px !important;
|
|
|
|
margin-right: 8px !important;
|
|
|
|
margin-top: 8px !important;
|
|
|
|
margin-bottom: 8px !important;
|
2017-12-18 11:07:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.padding-left-0 {
|
|
|
|
padding-left: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.padding-right-0 {
|
|
|
|
padding-right: 0px;
|
|
|
|
}
|
2017-12-18 16:52:23 +00:00
|
|
|
|
|
|
|
.overflow-hidden {
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.display-none {
|
|
|
|
display: none;
|
|
|
|
}
|
2018-01-12 09:31:54 +00:00
|
|
|
|
|
|
|
.agent-conf-panel {
|
|
|
|
padding-bottom: 0 !important;
|
2018-01-17 16:29:49 +00:00
|
|
|
overflow-y: auto !important;
|
2018-01-12 09:31:54 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#agent-conf-raw-panel {
|
|
|
|
padding-top: 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#agent-conf-raw-card {
|
|
|
|
margin-top: 0 !important;
|
|
|
|
}
|