mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
cicada - little tooltip fix (#1019)
This commit is contained in:
@@ -4460,7 +4460,7 @@ select[multiple].input-lg, .form-horizontal .form-group-lg select[multiple].form
|
||||
}
|
||||
|
||||
.open > .btn.dropdown-toggle {
|
||||
color: #FF7D1E;
|
||||
color: #ffffff;
|
||||
background-color: #2d2d2d;
|
||||
outline: 0;
|
||||
border-color: #5a5a5a;
|
||||
@@ -9641,6 +9641,9 @@ h3 {
|
||||
}
|
||||
|
||||
.fa {
|
||||
&.fa-exclamation.fa-fw.text-muted, &.fa-arrows-h.fa-fw.text-muted {
|
||||
color: #eac80a !important;
|
||||
}
|
||||
&.fa-long-arrow-left {
|
||||
color: #eac80a !important;
|
||||
&::before {
|
||||
|
||||
@@ -2896,8 +2896,8 @@ select[multiple].input-lg,
|
||||
border: 1px solid #5a5a5a;
|
||||
outline:0; }
|
||||
.btn:active, .btn.active, .open > .btn.dropdown-toggle {
|
||||
color: #FF7D1E;
|
||||
background-color: #2d2d2d;
|
||||
color: #ffffff;
|
||||
background-color: #2d2d2d;
|
||||
outline:0;
|
||||
border-color: #5a5a5a;
|
||||
text-decoration: none; }
|
||||
@@ -6381,7 +6381,7 @@ h3:hover, h3:focus {
|
||||
background-color: #2d2d2d !important;
|
||||
}
|
||||
|
||||
.glyphicon.glyphicon-play.text-muted, .glyphicon.glyphicon-remove.text-muted, .glyphicon.glyphicon-remove-sign.text-muted, .glyphicon.glyphicon-info-sign.text-muted,.fa.fa-long-arrow-left,.fa.fa-long-arrow-left::before,.fa.fa-info-circle.text-muted,.fa.fa-times-circle.text-muted,.fa.fa-times-circle.text-muted::before,.fa.fa-times.text-muted,.fa.fa-times.text-muted::before,.fa.fa-play.text-muted::before {
|
||||
.glyphicon.glyphicon-play.text-muted, .glyphicon.glyphicon-remove.text-muted, .glyphicon.glyphicon-remove-sign.text-muted, .glyphicon.glyphicon-info-sign.text-muted,.fa.fa-exclamation.fa-fw.text-muted,.fa.fa-arrows-h.fa-fw.text-muted,.fa.fa-long-arrow-left,.fa.fa-long-arrow-left::before,.fa.fa-info-circle.text-muted,.fa.fa-times-circle.text-muted,.fa.fa-times-circle.text-muted::before,.fa.fa-times.text-muted,.fa.fa-times.text-muted::before,.fa.fa-play.text-muted::before {
|
||||
color: #eac80a !important;
|
||||
}
|
||||
|
||||
|
||||
@@ -577,8 +577,9 @@ svg.nvd3-svg {
|
||||
}
|
||||
|
||||
.nvtooltip table {
|
||||
margin: 6px;
|
||||
margin: 0;
|
||||
border-spacing:0;
|
||||
padding: 6px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -9702,6 +9702,9 @@ h3 {
|
||||
}
|
||||
|
||||
.fa {
|
||||
&.fa-exclamation.fa-fw.text-muted, &.fa-arrows-h.fa-fw.text-muted {
|
||||
color: #000 !important;
|
||||
}
|
||||
&.fa-long-arrow-left {
|
||||
color: #000 !important;
|
||||
&::before {
|
||||
|
||||
@@ -6390,7 +6390,7 @@ h3:hover, h3:focus {
|
||||
color:#FFFFFF !important;
|
||||
}
|
||||
|
||||
.glyphicon.glyphicon-play.text-muted, .glyphicon.glyphicon-remove.text-muted, .glyphicon.glyphicon-remove-sign.text-muted, .glyphicon.glyphicon-info-sign.text-muted,.fa.fa-long-arrow-left,.fa.fa-long-arrow-left::before,.fa.fa-info-circle.text-muted,.fa.fa-times-circle.text-muted,.fa.fa-times-circle.text-muted::before,.fa.fa-times.text-muted,.fa.fa-times.text-muted::before,.fa.fa-play.text-muted::before {
|
||||
.glyphicon.glyphicon-play.text-muted, .glyphicon.glyphicon-remove.text-muted, .glyphicon.glyphicon-remove-sign.text-muted, .glyphicon.glyphicon-info-sign.text-muted,.fa.fa-exclamation.fa-fw.text-muted,.fa.fa-arrows-h.fa-fw.text-muted,.fa.fa-long-arrow-left,.fa.fa-long-arrow-left::before,.fa.fa-info-circle.text-muted,.fa.fa-times-circle.text-muted,.fa.fa-times-circle.text-muted::before,.fa.fa-times.text-muted,.fa.fa-times.text-muted::before,.fa.fa-play.text-muted::before {
|
||||
color: #000 !important;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user