mirror of https://github.com/grafana/grafana
parent
68f5e75eba
commit
96e91b5a0f
@ -1,70 +0,0 @@ |
||||
.axis text { |
||||
} |
||||
|
||||
.axis { |
||||
font-family: "Open Sans", Helvetica, Arial, sans-serif; |
||||
font-size: smaller; |
||||
fill: #D8D9DA; |
||||
} |
||||
|
||||
.axis path, |
||||
.axis line { |
||||
fill: none; |
||||
stroke: #7B7B7B; |
||||
/*shape-rendering: crispEdges;*/ |
||||
} |
||||
|
||||
.axis .domain { |
||||
/*opacity: 0;*/ |
||||
} |
||||
|
||||
.tick line { |
||||
opacity: 0.4; |
||||
stroke: #7B7B7B; |
||||
} |
||||
|
||||
.tick text { |
||||
fill: #D8D9DA; |
||||
} |
||||
|
||||
.heatmap-panel { |
||||
cursor: crosshair; |
||||
padding: 0; |
||||
} |
||||
|
||||
div.heatmap-tooltip { |
||||
position: absolute; |
||||
text-align: left; |
||||
min-width: 160px; |
||||
padding: 12px; |
||||
font-family: "Open Sans", Helvetica, Arial, sans-serif; |
||||
font-size: 13px; |
||||
background: #141414; |
||||
border: 0px; |
||||
border-radius: 8px; |
||||
pointer-events: none; |
||||
} |
||||
|
||||
.card-highlighted:hover { |
||||
stroke: #D8D9DA; |
||||
} |
||||
|
||||
rect.heatmap-card { |
||||
pointer-events: all; |
||||
} |
||||
|
||||
.heatmap-histogram rect { |
||||
fill: #828282; |
||||
} |
||||
|
||||
.heatmap-crosshair line { |
||||
stroke: #9a1010; |
||||
stroke-width: 1; |
||||
} |
||||
|
||||
.heatmap-selection { |
||||
stroke-width: 1; |
||||
opacity: 0.3; |
||||
fill: #828282; |
||||
stroke: #D8D9DA; |
||||
} |
||||
@ -1,58 +0,0 @@ |
||||
.axis { |
||||
font-family: "Open Sans", Helvetica, Arial, sans-serif; |
||||
font-size: smaller; |
||||
fill: #555555; |
||||
} |
||||
|
||||
.axis path, |
||||
.axis line { |
||||
fill: none; |
||||
stroke: #D8D9DA; |
||||
/*shape-rendering: crispEdges;*/ |
||||
} |
||||
|
||||
.tick line { |
||||
opacity: 0.4; |
||||
stroke: #D8D9DA; |
||||
} |
||||
|
||||
.tick text { |
||||
fill: #555555; |
||||
} |
||||
|
||||
.heatmap-panel { |
||||
cursor: crosshair; |
||||
} |
||||
|
||||
div.heatmap-tooltip { |
||||
position: absolute; |
||||
text-align: left; |
||||
min-width: 160px; |
||||
padding: 12px; |
||||
font-family: "Open Sans", Helvetica, Arial, sans-serif; |
||||
font-size: 13px; |
||||
background: #ECECEC; |
||||
border: 0px; |
||||
border-radius: 8px; |
||||
pointer-events: none; |
||||
} |
||||
|
||||
.card-highlighted:hover { |
||||
stroke: #D8D9DA; |
||||
} |
||||
|
||||
.heatmap-histogram rect { |
||||
fill: #555555; |
||||
} |
||||
|
||||
.heatmap-crosshair line { |
||||
stroke: #a25959; |
||||
stroke-width: 1; |
||||
} |
||||
|
||||
.heatmap-selection { |
||||
stroke-width: 1; |
||||
opacity: 0.3; |
||||
fill: #555555; |
||||
stroke: #000; |
||||
} |
||||
@ -0,0 +1,37 @@ |
||||
.heatmap-canvas-wrapper { |
||||
position: relative; |
||||
cursor: crosshair; |
||||
} |
||||
|
||||
.heatmap-panel { |
||||
.axis .tick { |
||||
text { |
||||
fill: $text-color; |
||||
color: $text-color; |
||||
font-size: $font-size-sm; |
||||
} |
||||
|
||||
line { |
||||
opacity: 0.4; |
||||
stroke: $text-color-weak; |
||||
} |
||||
} |
||||
} |
||||
|
||||
.heatmap-tooltip { |
||||
white-space: nowrap; |
||||
font-size: $font-size-sm; |
||||
background-color: $graph-tooltip-bg; |
||||
color: $text-color; |
||||
} |
||||
|
||||
.heatmap-histogram rect { |
||||
fill: $text-color-weak; |
||||
} |
||||
|
||||
.heatmap-crosshair { |
||||
line { |
||||
stroke: darken($red,15%); |
||||
stroke-width: 1; |
||||
} |
||||
} |
||||
Loading…
Reference in new issue