wazuh-kibana-app/public/less/main.less
2016-11-10 15:07:57 -08:00

597 lines
12 KiB
Plaintext

body{
min-width:1024px;
width: auto !important;
width:1024px;
}
md-input-container > md-select {
background: #3caed2;
border-radius: 3px;
color: white;
padding: 3px;
}
.md-headline{
font-size: 22px !important;
}
.md-headline-small{
font-size: 18px;
}
.h3, h3 {
font-size: 18px !important;
font-weight: 400 !important;
}
.vertical-repeater {
height: 100%;
min-height: 400px;
width: 100%;
}
.status {
width: 3%;
}
.green{
background-color: rgb(49, 196, 113);
}
.red{
background-color: #da534f;
}
.statusBox.green{
background-color: rgb(49, 196, 113);
}
.statusBox.red{
background-color: #da534f;
}
.statusBox.orange {
background-color: orange;
}
.status.grey {
background-color: grey;
}
.status.round{
border-radius: 50%;
height: 15px;
width: 15px;
}
.status.rectangle{
width: 8px;
height: 20px;
float: right;
}
.sideNavBox {
margin-bottom: 0px;
}
.right-text {
text-align: right;
}
#header_logo > a {
padding-top: 0;
padding-bottom: 0;
}
.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;
}
.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);
}
.logTable {
font-family: Consolas, Helvetica;
font-size: 12px;
line-height: 1.4;
color: #333;
word-wrap: break-word;
border-collapse: collapse;
margin-bottom: 0px;
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;
}
.autocomplete-custom-agents-bar li {
border-bottom: 1px solid #ccc;
height: auto;
padding-top: 8px;
padding-bottom: 8px;
white-space: normal; }
.autocomplete-custom-agents-bar li:last-child {
border-bottom-width: 0; }
.autocomplete-custom-agents-bar .item-title,
.autocomplete-custom-agents-bar .item-metadata {
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;
min-width: 111px;
text-align: center;
font-size: 14px;
text-align: center;
margin-top: 11px !important;
color: white;
text-transform: uppercase;
}
.statusBox.large {
min-width: 120px !important;
}
.statusBox.extraLarge {
min-width: 150px !important;
}
.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 {
white-space: pre-wrap;
word-wrap: break-word;
height: 120px;
}
.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;
}
p {
margin-top: 4px !important;
}
.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;
}
._md-select-value {
border: none !important;
}
.md-toolbar-tools {
font-size: 15px !important;
font-weight: bold !important;
}
md-list.agents-preview-table:hover {
background-color: #c2e4ef;
}
.table-header-move {
visibility: hidden !important;
}
.invisibleButton {
margin: 0px !important;
padding: 0px !important;
text-align: left !important;
text-transform: none !important;
}
.invisibleButton:hover {
color: #000;
}
.invisibleButton:focus {
color: #000;
}
md-nav-bar {
padding-top: 0px !important;
}
/* noClickVis: Make visualizations not clickable*/
.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: default;
}
.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;
}
md-select-menu:not(._md-overflow) md-content {
padding-top: 0px !important;
padding-bottom: 0px !important;
}
.ruleset_rules_row_active {
background-color: #c2e4ef;
padding-bottom: 0px;
}
.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;
}
md-list-item.ruleset_rules_row_active {
background-color: #3caed2;
color: white;
padding-bottom: 0px;
}
button:hover, button:focus, button.focus{
color: #000;
}
.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{
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)
}
.md-button.buttonMenu{
background-color: #3caed2;
color: white;
}
.app-container.vis-editor{
position: relative;
}
.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;
font-size: 16px;
}
md-list{
background-color: white;
}
md-list.even{
background-color: #fafafa;
}
md-list.odd{
background-color: white;
}
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;
}
.button-active {
background: #3caed2 !important;
color: white!important;
}
.button-disabled {
background: rgba(60, 174, 210, 0.3) !important;
color: white !important;
}
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;
}
md-autocomplete-wrap.md-whiteframe-z1.layout-row {
box-shadow: none;
}
#agentsAutocomplete{
}
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;
}
.horizontal-menu-right .md-whiteframe-1dp, .horizontal-menu-right .md-whiteframe-z1 {
box-shadow: none !important;
}
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;
}
#settingButtonTop{
float: right;
clear: both;
position: absolute;
color: white;
right: 0;
}
.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)
}
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;
}
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;
}
.h1, h1 {
font-size: 24px !important;
}
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;
}