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

891 lines
17 KiB
Plaintext
Raw Normal View History

2016-10-21 19:03:45 +00:00
body{
min-width:1250px;
width:100%;
2016-10-21 19:03:45 +00:00
}
2017-06-02 10:07:39 +00:00
@-webkit-keyframes uil-ring-anim {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-moz-keyframes uil-ring-anim {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes uil-ring-anim {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-o-keyframes uil-ring-anim {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes uil-ring-anim {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
div.uil-ring-css {
margin:auto;
}
.uil-ring-css {
background: none;
position: relative;
width: 200px;
height: 200px;
}
.uil-ring-css > div {
position: absolute;
display: block;
width: 160px;
height: 160px;
top: 20px;
left: 20px;
border-radius: 80px;
box-shadow: 0 3px 0 0 #3caed2;
-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;
}
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-12-13 18:32:27 +00:00
color: white;
2016-09-13 08:43:38 +00:00
padding: 3px;
}
2016-12-13 18:32:27 +00:00
span.md-headline {
color: #555;
font-size: 17px;
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;
2017-01-03 11:22:17 +00:00
margin-left: 15px;
margin-right: 27px;
padding-left: 0;
}
li#header_logo {
margin-left: 0;
text-align: left;
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;
2016-12-13 18:32:27 +00:00
margin-top: 11px !important;
2016-10-13 19:59:04 +00:00
color: white;
text-transform: uppercase;
2016-12-13 18:32:27 +00:00
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 {
2016-12-22 19:54:57 +00:00
padding-top: 12px;
2016-08-30 17:13:06 +00:00
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
}
2016-12-27 15:37:52 +00:00
.wazuhMenuNavBar {
2017-01-03 11:22:17 +00:00
min-width: 1015px;
2016-12-27 15:37:52 +00:00
}
.contentMin {
min-width: 1200px;
}
2017-01-03 11:22:17 +00:00
.wazuhMenuNavBar_gear {
float: right;
position: absolute;
right: 10px;
}
.wazuhMenuNavBar_gear i.fa.fa-cog {
font-size: 18px;
}
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-12-13 18:32:27 +00:00
padding-top: 0px !important;
padding-bottom: 0px !important;
2016-09-29 18:35:03 +00:00
}
.ruleset_rules_row_active {
background-color: #c2e4ef;
}
md-list.agents-preview-table.even.ruleset_rules_row_active {
background-color: #c2e4ef;
}
md-list.agents-preview-table.odd.ruleset_rules_row_active {
background-color: #c2e4ef;
2016-09-29 18:35:03 +00:00
}
.ruleset_rules_row_active a{
2016-09-29 18:35:03 +00:00
}
.ruleset_rules_row_active a:hover{
}
.ruleset_card_info {
background-color: #dbf0f7
2016-09-29 18:35:03 +00:00
}
2016-10-31 11:32:53 +00:00
md-list-item.ruleset_rules_row_active {
background-color: #c2e4ef;
}
md-list.agents-preview-table.ruleset_rules_row_active:hover {
background-color: #c2e4ef;
}
md-list.agents-preview-table:focus{
border: none;
outline: none;
2016-10-31 11:32:53 +00:00
}
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{
2017-01-02 20:58:29 +00:00
background-color: #e4e4e4;
}
md-card{
2016-12-13 18:32:27 +00:00
box-shadow: none !important;
2017-05-22 13:38:13 +00:00
display: block !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;
2016-12-27 15:37:52 +00:00
min-width: 463px;
2016-10-13 18:33:33 +00:00
}
2017-01-30 15:55:55 +00:00
.horizontalTabsBar {
background-color: #f7f7f7
}
2016-10-13 18:33:33 +00:00
.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-12-13 18:32:27 +00:00
}
2016-10-30 19:23:04 +00:00
md-list.odd{
background-color: white;
2016-12-13 18:32:27 +00:00
}
2016-10-30 19:23:04 +00:00
2016-10-13 18:33:33 +00:00
md-input-container.md-whiteframe-z1.flex.md-input-has-value{
2016-12-13 18:32:27 +00:00
box-shadow: none;
2017-01-03 12:09:50 +00:00
background-color: white;
2016-12-13 18:32:27 +00:00
2016-10-13 18:33:33 +00:00
}
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;
2016-12-13 18:32:27 +00:00
color: white !important;
2016-10-13 18:33:33 +00:00
}
2017-01-03 12:09:50 +00:00
2016-10-13 18:33:33 +00:00
.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 {
2016-12-13 18:32:27 +00:00
box-shadow: none;
2016-10-13 18:33:33 +00:00
}
2016-10-13 19:59:04 +00:00
md-autocomplete-wrap.md-whiteframe-z1.layout-row {
2016-12-13 18:32:27 +00:00
box-shadow: none;
2016-10-13 19:59:04 +00:00
}
2016-10-14 12:15:05 +00:00
#agentsAutocomplete{
2016-12-13 18:32:27 +00:00
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 {
2017-01-03 12:09:50 +00:00
background: white;
2016-10-13 19:59:04 +00:00
}
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 {
2016-12-13 18:32:27 +00:00
box-shadow: none !important;
2016-10-14 12:15:05 +00:00
}
2016-10-13 19:59:04 +00:00
2016-10-14 12:15:05 +00:00
md-input-container.md-whiteframe-z1.flex-20 {
2017-01-03 12:09:50 +00:00
background: white;
2016-10-14 12:15:05 +00:00
}
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);
2016-12-13 18:32:27 +00:00
font-size: 16px;
2016-10-25 10:34:04 +00:00
}
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;
}
2016-12-13 18:32:27 +00:00
md-autocomplete input:-ms-input-placeholder {
color:#5a5a5a;
font-weight: normal;
}
2016-10-26 01:01:33 +00:00
.h1, h1 {
2016-12-13 18:32:27 +00:00
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{
font-weight: bold;
}
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;
2016-12-13 18:32:27 +00:00
padding: 0px;
}
.kibanaVisualizationValue .numeric-value {
display: none;
}
.kibanaVisualizationValue .pagination-container {
display: none;
}
.kibanaVisualizationValue .table {
2016-12-13 18:32:27 +00:00
margin-bottom: 0px;
}
.kibanaVisualizationValue .cell-hover {
color: rgba(0,0,0,0.87);
font-size: 16pt;
}
.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 {
2016-12-13 18:32:27 +00:00
margin: 0px;
}
2016-11-30 11:45:24 +00:00
.kibanaVisualizationValue .table .table-condensed td:nth-child(2) {
display: none
}
2016-11-30 16:39:28 +00:00
.visFilterDisabled visualize-legend .legend-value .legend-value-details {
visibility: hidden;
width: 0px;
height: 0px;
border: 0px;
padding: 0px;
display: none;
}
2016-11-30 16:39:28 +00:00
.visFilterDisabled .legend-value-title {
cursor: default;
}
2016-11-30 16:39:28 +00:00
.visFilterDisabled .legend-value {
opacity: 1 !important;
}
2016-11-30 16:39:28 +00:00
.visFilterDisabled .legend-value:hover {
background-color: #fff !important;
}
2016-11-30 16:39:28 +00:00
.visFilterDisabled .legend-value-full {
background-color: #fff !important;
}
2016-11-30 16:39:28 +00:00
.visFilterDisabled .table-condensed .fa-search {
font-size: 0;
}
2016-11-30 16:39:28 +00:00
.visFilterDisabled .table-condensed tbody td {
cursor: default;
}
2016-11-30 16:39:28 +00:00
.visFilterDisabled .table-condensed tbody td:hover {
background-color: #fff !important;
}
2016-11-30 16:39:28 +00:00
.visFilterDisabled .table-condensed tbody .cell-hover {
background-color: #fff !important;
}
2016-12-09 17:43:13 +00:00
.tabView md-nav-bar md-nav-ink-bar {
background-color: rgb(228, 228, 228);
}
2017-01-30 18:41:11 +00:00
.tabView button._md-nav-button.md-accent.md-button.md-ink-ripple.md-active.md-primary{
2016-12-09 17:43:13 +00:00
background-color: rgb(228, 228, 228);
color: black;
border-radius: 0px;
}
2016-12-13 15:32:35 +00:00
.localNav {
min-height: 33px;
}
.localNavRow--secondary {
height: 38px;
padding: 0 10px;
display: none;
}
visualize .vis-container {
overflow: hidden;
2016-12-13 18:32:27 +00:00
}
kbn-searchbar {
2017-01-02 20:58:29 +00:00
}
2016-12-27 15:37:52 +00:00
.bg-info{
background-color: rgba(34, 34, 34, 0.93) !important;
}
.md-button.agents-preview-table.buttonBlueLight.md-default-theme:not([disabled]):hover, .md-button:not([disabled]):hover {
background-color: #c2e4ef;
}
.md-button.agents-preview-table.buttonMenu.md-default-theme:not([disabled]):hover, .md-button:not([disabled]):hover{
background-color: #c2e4ef;
}
.md-button.agents-preview-table.buttonBlueLight.md-default-theme:not([disabled]):hover, .md-button:not([disabled]):hover{
background-color: #c2e4ef;
}
2017-01-03 12:09:50 +00:00
.rules-item-list button.md-no-style.md-button.md-ink-ripple {opacity: 0;}
.agentsPreview {
margin: 10px;
}
.md-whiteframe-1dp, .agentsPreview .md-whiteframe-z1 {
box-shadow: none;
}
md-input-container {
margin: 0 0;
margin-top: 18px;
padding: 0;
}
.agentsPreview md-input-container {
height: 41px;
margin-top: 17px;
padding: 2px;
}
md-input-container > md-select {
background: white;
color: black;
padding: 4px;
padding-bottom: 6px;
border-radius: 0px;
}
md-select:not([disabled]):focus .md-select-value, md-select.md-default-theme .md-select-value, md-select .md-select-value {
border-bottom-width: 0;
border-bottom-color: white;
}
.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: #555;
2017-01-13 19:01:19 +00:00
}
2017-01-13 20:19:32 +00:00
.vis-expand-leyend .legend-col-wrapper .legend-ul {
2017-01-13 19:01:19 +00:00
width: 363px;
2017-01-16 18:27:53 +00:00
}
.visBox-alert-level-evolution .legend-col-wrapper .legend-ul{
2017-02-14 18:33:24 +00:00
width: 70px;
}
2017-01-16 18:27:53 +00:00
.metric-vis .metric-value {
font-weight: normal;
}
.managerConfigurationArrow {
float: right;
margin-top: 6px;
}
svg:not(:root) {
overflow: visible !important;
}
.localBreadcrumbs {
margin-left: 13px;
font-weight: bold;
2017-02-07 20:35:57 +00:00
}
md-tooltip.md-default-theme, md-tooltip {
color: white;
height: auto;
2017-02-07 20:35:57 +00:00
}
md-tooltip.md-default-theme .md-content, md-tooltip .md-content {
background-color: black;
height: auto;
}
@media (min-width: 960px) {
md-tooltip .md-content {
height: auto !important;
}
}
md-card md-card-content {
padding: 5px;
}
.joinCardsRow {
background-color: white;
margin: 8px;
margin-bottom: 5px;
margin-top: 10px;
}
md-select.md-default-theme .md-select-value.md-select-placeholder, md-select .md-select-value.md-select-placeholder {
color: black;
2017-02-27 13:44:03 +00:00
}
.tab-content .row {
margin: 0px;
}
navbar {
padding: 0 0px 6px 7px;
2017-06-02 10:07:39 +00:00
}