mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Improve tooltip look
This commit is contained in:
parent
a550e5388a
commit
2bd64d2c31
@ -21,12 +21,10 @@
|
|||||||
color: #d8d9da;
|
color: #d8d9da;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 300px;
|
|
||||||
|
|
||||||
.piechart-tooltip-time {
|
.piechart-tooltip-time {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
position: relative;
|
position: relative;
|
||||||
top: -3px;
|
|
||||||
padding: 0.2rem;
|
padding: 0.2rem;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #d8d9da;
|
color: #d8d9da;
|
||||||
@ -34,7 +32,7 @@
|
|||||||
.piechart-tooltip-value {
|
.piechart-tooltip-value {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding-left: 15px;
|
padding: 15px;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user