small tweek to plot hover and annotation hover tooltip css
This commit is contained in:
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -460,7 +460,6 @@ select.grafana-target-segment-input {
|
||||
width: 200px;
|
||||
text-align: center;
|
||||
cursor: auto;
|
||||
//background: rgba(50,50,50,0.8);
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
@@ -474,4 +473,17 @@ select.grafana-target-segment-input {
|
||||
.hide {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.grafana-tooltip {
|
||||
position : absolute;
|
||||
top: -1000;
|
||||
left: 0;
|
||||
color: #c8c8c8;
|
||||
padding: 10px;
|
||||
font-size: 11pt;
|
||||
font-weight : 200;
|
||||
background-color: rgb(58, 57, 57);
|
||||
border-radius: 5px;
|
||||
z-index: 9999;
|
||||
}
|
||||
|
||||
@@ -127,3 +127,5 @@
|
||||
padding: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user