wazuh-kibana-app/public/less/main.less

638 lines
12 KiB
Plaintext
Raw Normal View History

2016-10-21 19:03:45 +00:00
body{
min-width:1024px;
width:100%;
2016-10-21 19:03:45 +00:00
}
2016-09-13 08:43:38 +00:00
md-input-container > md-select {
2016-10-13 18:33:33 +00:00
background: #3caed2;
2016-09-13 08:43:38 +00:00
border-radius: 3px;
2016-10-13 18:33:33 +00:00
color: white;
2016-09-13 08:43:38 +00:00
padding: 3px;
}
2016-08-31 11:38:53 +00:00
.md-headline{
2016-09-02 17:15:00 +00:00
font-size: 22px !important;
2016-08-31 11:38:53 +00:00
}
2016-11-03 19:52:52 +00:00
.md-headline-small{
font-size: 18px;
}
2016-09-05 16:39:10 +00:00
.h3, h3 {
2016-11-02 20:34:55 +00:00
font-size: 18px !important;
2016-09-05 16:25:52 +00:00
font-weight: 400 !important;
2016-09-05 16:39:10 +00:00
}
2016-07-18 14:54:06 +00:00
.vertical-repeater {
2016-07-23 01:03:03 +00:00
height: 100%;
2016-08-03 03:15:37 +00:00
min-height: 400px;
2016-07-18 14:54:06 +00:00
width: 100%;
}
2016-07-19 10:38:29 +00:00
.status {
width: 3%;
}
2016-10-14 12:15:05 +00:00
.green{
background-color: rgb(49, 196, 113);
}
.red{
background-color: #da534f;
}
2016-10-13 19:59:04 +00:00
.statusBox.green{
background-color: rgb(49, 196, 113);
2016-07-18 14:54:06 +00:00
}
2016-10-13 19:59:04 +00:00
.statusBox.red{
background-color: #da534f;
2016-07-19 10:38:29 +00:00
}
2016-10-13 19:59:04 +00:00
.statusBox.orange {
background-color: orange;
}
2016-07-25 13:33:17 +00:00
.status.grey {
background-color: grey;
}
2016-07-22 11:34:36 +00:00
.status.round{
border-radius: 50%;
height: 15px;
width: 15px;
}
2016-07-25 13:33:17 +00:00
.status.rectangle{
width: 8px;
height: 20px;
float: right;
}
2016-07-19 10:38:29 +00:00
.sideNavBox {
margin-bottom: 0px;
2016-07-22 10:16:33 +00:00
}
2016-07-22 11:34:36 +00:00
.right-text {
text-align: right;
2016-07-23 01:03:03 +00:00
}
#header_logo > a {
padding-top: 0;
2016-09-23 08:35:12 +00:00
padding-bottom: 0;
2016-07-23 01:03:03 +00:00
}
2016-07-24 04:10:53 +00:00
.glyphicon-chevron-right{
background-color: #3caed2;
padding-top: 4px;
padding-bottom: 4px;
padding-right: 13px;
padding-left: 13px;
color: white;
}
.glyphicon-chevron-left{
background-color: #3caed2;
padding-top: 4px;
padding-bottom: 4px;
padding-right: 13px;
padding-left: 13px;
color: white;
}
2016-07-24 06:11:00 +00:00
.md-button.active {
background-color: rgba(158,158,158,0.2);
}
md-list-item.active._md-button-wrap.ng-scope._md.md-clickable{
background-color: rgba(158,158,158,0.2);
2016-07-27 10:22:21 +00:00
}
.logTable {
font-family: Consolas, Helvetica;
font-size: 12px;
line-height: 1.4;
color: #333;
word-wrap: break-word;
border-collapse: collapse;
2016-09-21 10:10:07 +00:00
margin-bottom: 0px;
2016-07-27 10:22:21 +00:00
width: 100%;
}
.logTable tbody tr {
min-height: 18px;
}
.logTable tbody tr td {
padding: 0;
}
.logTableNumber {
width: 30px;
padding-right: 10px;
padding-left: 10px;
color: rgba(0,0,0,0.3);
text-align: center;
border: solid #eee;
border-width: 1px;
}
.logTableCode {
overflow: visible;
position: relative;
padding-right: 5px !important;
padding-left: 10px !important;
vertical-align: top;
border: solid #eee;
border-width: 1px;
}
.logTableCodeOdd {
background-color: #f7f7f7;
2016-08-03 03:15:37 +00:00
}
.autocomplete-custom-agents-bar li {
2016-08-15 17:54:29 +00:00
border-bottom: 1px solid #ccc;
height: auto;
padding-top: 8px;
padding-bottom: 8px;
white-space: normal; }
2016-08-03 03:15:37 +00:00
.autocomplete-custom-agents-bar li:last-child {
2016-08-15 17:54:29 +00:00
border-bottom-width: 0; }
2016-08-03 03:15:37 +00:00
.autocomplete-custom-agents-bar .item-title,
.autocomplete-custom-agents-bar .item-metadata {
2016-08-15 17:54:29 +00:00
display: block;
line-height: 2;
height: 18px;
}
.statusBox {
padding: 0 6px;
margin: 6px 8px;
line-height: 36px;
min-height: 36px;
background: white;
white-space: nowrap;
2016-10-13 19:59:04 +00:00
min-width: 111px;
2016-08-15 17:54:29 +00:00
text-align: center;
font-size: 14px;
2016-10-13 19:59:04 +00:00
text-align: center;
margin-top: 11px !important;
color: white;
text-transform: uppercase;
2016-08-23 14:27:42 +00:00
}
.statusBox.large {
min-width: 120px !important;
}
.statusBox.extraLarge {
min-width: 150px !important;
}
2016-08-23 14:27:42 +00:00
.pagination-other-pages-list > li a {
text-decoration: none;
background-color: #f6f6f6;
margin-left: 2px;
padding: 8px 11px;
font-size: 12px;
line-height: 1.5;
}
.pagination-other-pages-list {
flex: 0 0 auto;
display: flex;
justify-content: center;
padding: 0;
margin: 0;
list-style: none;
}
body._md-toast-animating { overflow-y: scroll !important; }
._md-bottom {
position: fixed;
}
pre {
2016-09-02 17:15:00 +00:00
white-space: pre-wrap;
word-wrap: break-word;
height: 120px;
2016-08-30 17:13:06 +00:00
}
.wazuhMenuNav div md-nav-ink-bar {
left: 0px !important;
width: 0px !important;
}
.wazuhMenuNav div nav {
padding-top: 9px;
height: 70px;
background-color: #3caed2;
color: white;
font-size: 14px;
}
.wazuhMenuNav div nav ul li a {
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
color: white !important;
font-size: 14px !important;
padding-bottom: 0px;
height: 96%;
}
.wazuhMenuNav div nav ul li a:hover {
background-color: #2f99c1 !important;
}
.wazuhMenuNav div nav ul li .md-active {
background-color: #2f99c1 !important;
2016-08-31 11:58:55 +00:00
}
p {
margin-top: 4px !important;
2016-09-01 11:18:54 +00:00
}
2016-10-13 19:59:04 +00:00
2016-09-01 11:18:54 +00:00
.subNavLine a {
margin-bottom: 0px;
}
.subNavLine div {
margin-bottom: 0px;
2016-09-21 07:23:17 +00:00
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;
2016-09-02 10:55:43 +00:00
}
._md-select-value {
2016-09-02 14:03:11 +00:00
border: none !important;
}
.md-toolbar-tools {
2016-10-30 19:23:04 +00:00
font-size: 15px !important;
font-weight: bold !important;
2016-09-02 17:15:00 +00:00
}
md-list.agents-preview-table:hover {
2016-10-31 11:32:53 +00:00
background-color: #c2e4ef;
2016-09-02 17:15:00 +00:00
}
2016-09-19 09:04:57 +00:00
.table-header-move {
visibility: hidden !important;
}
2016-09-16 09:06:51 +00:00
.invisibleButton {
margin: 0px !important;
padding: 0px !important;
text-align: left !important;
text-transform: none !important;
}
.invisibleButton:hover {
color: #000;
}
.invisibleButton:focus {
color: #000;
2016-09-20 19:45:53 +00:00
}
2016-09-21 07:23:17 +00:00
md-nav-bar {
padding-top: 0px !important;
2016-09-22 11:20:05 +00:00
}
2016-09-29 18:35:03 +00:00
md-select-menu:not(._md-overflow) md-content {
2016-10-13 19:59:04 +00:00
padding-top: 0px !important;
padding-bottom: 0px !important;
2016-09-29 18:35:03 +00:00
}
.ruleset_rules_row_active {
2016-10-31 11:32:53 +00:00
background-color: #c2e4ef;
2016-10-13 19:59:04 +00:00
padding-bottom: 0px;
2016-09-29 18:35:03 +00:00
}
.ruleset_rules_row_active a{
color: rgba(0,0,0,0.87);
text-decoration: none;
}
.ruleset_rules_row_active a:hover{
color: #000;
text-decoration: none;
}
2016-10-31 11:32:53 +00:00
md-list-item.ruleset_rules_row_active {
background-color: #3caed2;
color: white;
padding-bottom: 0px;
}
2016-09-29 18:35:03 +00:00
button:hover, button:focus, button.focus{
color: #000;
2016-10-02 14:09:46 +00:00
}
.input-filter-box {
box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px 0px, rgba(0, 0, 0, 0.137255) 0px 1px 1px 0px, rgba(0, 0, 0, 0.117647) 0px 2px 1px -1px;
font-size: 14px;
padding: 0px 15px;
margin-top: 18px;border: none;
height: 40px;
margin-right: 20px;
}
md-content{
2016-10-13 18:33:33 +00:00
background-color: #e4e8eb;
}
md-card{
box-shadow: none !important;
}
.horizontal-menu-right .buttonMenu{
background-color: #3caed2;
color: white;
}
.md-button.buttonMenu.md-default-theme:not([disabled]):hover, .md-button:not([disabled]):hover {
background-color: rgba(60,174,210,0.7)
}
2016-11-02 20:34:55 +00:00
.md-button.buttonMenu{
background-color: #3caed2;
color: white;
}
.app-container.vis-editor{
position: relative;
}
2016-10-13 18:33:33 +00:00
.headBar {
background-color: #f7f7f7;
padding-bottom: 0px;
padding-top: 4px;
}
.horizontal-menu-right {
background-color: #f7f7f7
}
md-nav-bar.md-default-theme .md-button._md-nav-button.md-unselected, md-nav-bar .md-button._md-nav-button.md-unselected{
color: #141414;
border: none;
}
md-toolbar.md-default-theme:not(.md-menu-toolbar), md-toolbar:not(.md-menu-toolbar) {
background-color: #f7f7f7
}
.md-nav-bar{
border: none !important;
}
.md-toolbar-tools h1, .md-toolbar-tools h2, .md-toolbar-tools h3 {
font-size: inherit;
font-weight: 500;
text-transform: uppercase;
margin: inherit;
color: #5a5a5a;
2016-10-13 18:33:33 +00:00
font-size: 16px;
}
md-list{
background-color: white;
2016-10-30 19:23:04 +00:00
}
md-list.even{
background-color: #fafafa;
2016-10-13 18:33:33 +00:00
}
2016-10-30 19:23:04 +00:00
md-list.odd{
background-color: white;
}
2016-10-13 18:33:33 +00:00
md-input-container.md-whiteframe-z1.flex.md-input-has-value{
box-shadow: none;
background-color: #3caed2;
}
md-progress-linear.md-default-theme ._md-bar, md-progress-linear ._md-bar {
background-color: #3caed2;
}
2016-10-13 19:59:04 +00:00
.button-active {
background: #3caed2 !important;
color: white!important;
}
.button-disabled {
background: rgba(60, 174, 210, 0.3) !important;
color: white !important;
}
2016-10-13 18:33:33 +00:00
md-select-menu.md-default-theme md-content, md-select-menu md-content {
background: #3caed2 !important;
color: white !important;
}
md-select-menu.md-default-theme md-content md-option, md-select-menu md-content md-option{
color: white;
}
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: white;
}
.md-input-focused{
color: white;
}
md-select.md-default-theme:not([disabled]):focus ._md-select-value, md-select:not([disabled]):focus ._md-select-value {
color: white;
}
input#searchBox {
box-shadow: none;
}
2016-10-13 19:59:04 +00:00
md-autocomplete-wrap.md-whiteframe-z1.layout-row {
box-shadow: none;
}
2016-10-14 12:15:05 +00:00
#agentsAutocomplete{
2016-10-14 12:15:05 +00:00
}
2016-10-13 19:59:04 +00:00
md-input-container.md-whiteframe-z1.flex-20.md-input-has-value {
background: #3caed2;
}
md-input-container.md-whiteframe-z1.flex-20.md-input-has-value {
box-shadow: none;
}
button._md-no-style.md-button.md-ink-ripple {
background: none;
}
2016-10-14 12:15:05 +00:00
.horizontal-menu-right .md-whiteframe-1dp, .horizontal-menu-right .md-whiteframe-z1 {
box-shadow: none !important;
}
2016-10-13 19:59:04 +00:00
2016-10-14 12:15:05 +00:00
md-input-container.md-whiteframe-z1.flex-20 {
background: #3caed2;
}
md-select.md-default-theme ._md-select-value._md-select-placeholder, md-select ._md-select-value._md-select-placeholder {
color: white;
}
2016-10-21 19:03:45 +00:00
#settingButtonTop{
float: right;
clear: both;
position: absolute;
color: white;
right: 0;
2016-10-21 19:50:56 +00:00
}
.buttonBlueLight{
background-color: #3caed2 !important;
color: white !important;
box-shadow: none !important;
}
.md-button.buttonBlueLight.md-default-theme:not([disabled]):hover, .md-button:not([disabled]):hover {
background-color: rgba(60,174,210,0.7)
}
2016-10-25 10:34:04 +00:00
input.ng-invalid.ng-dirty,
input.ng-invalid.ng-touched,
textarea.ng-invalid.ng-dirty,
textarea.ng-invalid.ng-touched,
select.ng-invalid.ng-dirty,
select.ng-invalid.ng-touched {
border-color: #3caed2 !important;
}
md-input-container.md-default-theme.md-input-invalid label, md-input-container.md-input-invalid label {
color: rgba(0,0,0,0.38);
font-size: 16px;
}
md-input-container.md-default-theme label.md-required:after, md-input-container label.md-required:after{
color: #3caed2 !important;
}
md-input-container.md-default-theme label, md-input-container label, md-input-container.md-default-theme ._md-placeholder, md-input-container ._md-placeholder {
font-size: 16px;
2016-10-26 01:01:33 +00:00
}
md-autocomplete input::-webkit-input-placeholder {
color: #5a5a5a;
font-weight: normal;
}
md-autocomplete input:-moz-placeholder { /* Firefox 18- */
color:#5a5a5a;
font-weight: normal;
}
md-autocomplete input::-moz-placeholder { /* Firefox 19+ */
color:#5a5a5a;
font-weight: normal;
}
md-autocomplete input:-ms-input-placeholder {
color:#5a5a5a;
font-weight: normal;
}
2016-10-26 01:01:33 +00:00
.h1, h1 {
font-size: 24px !important;
2016-11-03 19:52:52 +00:00
}
md-chips.md-default-theme .md-chips, md-chips .md-chips {
box-shadow: none;
}
.md-chips md-chip {
cursor: default;
border-radius: 16px;
display: block;
background-color: #3caed2;
color: white;
height: 32px;
line-height: 32px;
margin: 8px 8px 0 0;
padding: 0 12px 0 12px;
float: left;
font-size: 14px;
box-sizing: border-box;
max-width: 100%;
position: relative;
cursor: pointer;
}
md-card.cardHover:hover{
background-color: #c2e4ef;
}
.listHover:hover{
background-color: #c2e4ef;
}
i.fa.fa-times{
cursor: pointer;
}
a.pull-right {
visibility: hidden;
}
md-content._md.layout-row {
overflow-x: hidden;
}
.visualize-show-spy {
display: none;
}
.kibanaVisualizationValue thead{
display: none;
}
.kibanaVisualizationValue .table>tbody>tr>td {
border: none;
padding: 0px;
}
.kibanaVisualizationValue .numeric-value {
display: none;
}
.kibanaVisualizationValue .pagination-container {
display: none;
}
.kibanaVisualizationValue .table {
margin-bottom: 0px;
}
.kibanaVisualizationValue .cell-hover {
color: rgba(0,0,0,0.87);
font-size: 19pt;
}
.kibanaVisualizationValue .agg-table-paginated .cell-hover:hover {
background-color: white;
}
.kibanaVisualizationValue h2 {
display: none;
}
.kibanaVisualizationValue .h4, .kibanaVisualizationValue .h5, .kibanaVisualizationValue .h6, .kibanaVisualizationValue h4, .kibanaVisualizationValue h5, .kibanaVisualizationValue h6 {
margin: 0px;
}
/* TMP
.noClickVis visualize-legend .legend-value .legend-value-details {
visibility: hidden;
width: 0px;
height: 0px;
border: 0px;
padding: 0px;
display: none;
}
.noClickVis .legend-value-title {
cursor: pointer;
}
.noClickVis .legend-value {
opacity: 1 !important;
}
.noClickVis .legend-value:hover {
background-color: #fff !important;
}
.noClickVis .legend-value-full {
background-color: #fff !important;
}
.noClickVis .table-condensed .fa-search {
font-size: 0;
}
.noClickVis .table-condensed tbody td {
cursor: default;
}
.noClickVis .table-condensed tbody td:hover {
background-color: #fff !important;
}
.noClickVis .table-condensed tbody .cell-hover {
background-color: #fff !important;
}
*/