tukan / cicada some short corrections for nvd3 (#1016)

This commit is contained in:
René
2018-11-24 13:14:41 +01:00
committed by Franco Fichtner
parent 5e729dfa82
commit e22994b335
4 changed files with 25 additions and 44 deletions
@@ -11,7 +11,7 @@ select.selectpicker {
display: none !important;
}
.bootstrap-select {
width: 220px \0;
width: 348px \0;
/*IE9 and below*/
}
.bootstrap-select > .dropdown-toggle {
@@ -85,7 +85,7 @@ select.selectpicker {
width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
width: 220px;
width: 348px;
}
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
@@ -22,8 +22,8 @@
.nvd3 .nv-axis line {
fill: none;
stroke: #e5e5e5;
stroke-opacity: .20;
shape-rendering: crispEdges;
stroke-opacity: .20;
shape-rendering: crispEdges;
}
.nvd3 .nv-axis .zero line,
@@ -71,7 +71,6 @@
.nvd3 .nv-multibarHorizontal .nv-groups rect,
.nvd3 .nv-discretebar .nv-groups rect {
stroke-opacity: 0;
transition: fill-opacity 250ms linear;
}
@@ -388,7 +387,7 @@ svg.nvd3-svg {
.nvd3 .nv-parallelCoordinates .hover {
fill-opacity: 1;
stroke-width: 3px;
stroke-width: 3px;
}
@@ -524,26 +523,20 @@ svg.nvd3-svg {
.nvtooltip {
position: absolute;
background-color: rgb(60, 60, 60);
color: rgba(0,0,0,1.0);
border: 1px solid rgb(255, 127, 14);
background-color: rgb(60, 60, 60);
color: rgba(0,0,0,1.0);
border: 1px solid rgb(255, 127, 14);
padding: 1px;
z-index: 10000;
display: block;
font-family: Arial, sans-serif;
font-size: 13px;
text-align: left;
pointer-events: none;
white-space: nowrap;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
@@ -552,7 +545,6 @@ svg.nvd3-svg {
*/
.nvtooltip.with-transitions, .with-transitions .nvtooltip {
transition: opacity 50ms linear;
transition-delay: 200ms;
}
@@ -569,9 +561,7 @@ svg.nvd3-svg {
background-color: rgba(247,247,247,0.50);
color: rgba(0,0,0,1.0);
text-align: center;
border-bottom: 1px solid #ebebeb;
border-radius: 5px 5px 0 0;
}
@@ -11,7 +11,7 @@ select.selectpicker {
display: none !important;
}
.bootstrap-select {
width: 220px \0;
width: 348px \0;
/*IE9 and below*/
}
.bootstrap-select > .dropdown-toggle {
@@ -85,7 +85,7 @@ select.selectpicker {
width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
width: 220px;
width: 348px;
}
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
@@ -2,7 +2,7 @@
.nvd3 .nv-axis {
pointer-events:none;
opacity: 1;
fill: #000;
fill: #000;
}
.nvd3 .nv-axis path {
@@ -23,7 +23,7 @@
.nvd3 .nv-axis line {
fill: none;
stroke: #000;
stroke-opacity: .20;
stroke-opacity: .20;
shape-rendering: crispEdges;
}
@@ -48,7 +48,6 @@
.nvd3 .nv-bars rect {
fill-opacity: .75;
transition: fill-opacity 250ms linear;
}
@@ -72,7 +71,6 @@
.nvd3 .nv-multibarHorizontal .nv-groups rect,
.nvd3 .nv-discretebar .nv-groups rect {
stroke-opacity: 0;
transition: fill-opacity 250ms linear;
}
@@ -194,9 +192,9 @@
.nvd3 .nv-controlsWrap .nv-legend .nv-check-box .nv-check {
opacity: 0;
stroke-width: 1;
fill: rgb(143, 143, 143);
stroke: rgb(143, 143, 143);
stroke-width: 1;
fill: rgb(143, 143, 143);
stroke: rgb(143, 143, 143);
}
/* line plus bar */
@@ -271,7 +269,7 @@ svg.nvd3-svg {
Box shadow and border radius styling
*/
.nvtooltip.with-3d-shadow, .with-3d-shadow .nvtooltip {
background-color: rgb(60, 60, 60);
background-color: rgb(60, 60, 60);
color: rgba(0,0,0,1.0);
border: 1px solid rgb(255, 127, 14);
}
@@ -293,7 +291,7 @@ svg.nvd3-svg {
.nvd3.nv-noData {
font-size: 18px;
font-weight: bold;
fill:#000;
fill:#000;
}
@@ -385,7 +383,7 @@ svg.nvd3-svg {
.nvd3 .nv-parallelCoordinates .hover {
fill-opacity: 1;
stroke-width: 3px;
stroke-width: 3px;
}
@@ -521,26 +519,21 @@ svg.nvd3-svg {
.nvtooltip {
position: absolute;
color: rgba(0,0,0,1.0);
background-color: #fff;
border: 1px solid rgb(0, 0, 0);
color: rgba(0,0,0,1.0);
background-color: #fff;
border: 1px solid rgb(0, 0, 0);
border-radius: 4px;
padding: 1px;
z-index: 10000;
display: block;
font-family: Arial, sans-serif;
font-size: 13px;
text-align: left;
pointer-events: none;
white-space: nowrap;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
@@ -549,7 +542,6 @@ svg.nvd3-svg {
*/
.nvtooltip.with-transitions, .with-transitions .nvtooltip {
transition: opacity 50ms linear;
transition-delay: 200ms;
}
@@ -566,9 +558,7 @@ svg.nvd3-svg {
background-color: rgba(247,247,247,0.75);
color: rgba(0,0,0,1.0);
text-align: center;
border-bottom: 1px solid #ebebeb;
border-radius: 5px 5px 0 0;
}
@@ -584,9 +574,10 @@ svg.nvd3-svg {
}
.nvtooltip table {
margin: 6px;
margin: 0px;
border-spacing:0;
background-color:#FFF;
background-color:#FFF;
padding:6px;
}