White theme: css fix for links in annotations tooltips, Fixes #1216

This commit is contained in:
Torkel Ödegaard
2014-12-15 10:53:37 +01:00
parent 715b9cbad0
commit 5daefc8b8e
3 changed files with 5 additions and 2 deletions
+3 -2
View File
@@ -437,6 +437,9 @@ select.grafana-target-segment-input {
max-height: 600px;
overflow: hidden;
line-height: 14px;
a {
color: @tooltipLinkColor;
}
}
.grafana-tooltip hr {
@@ -444,8 +447,6 @@ select.grafana-target-segment-input {
color: #c8c8c8;
margin: 0px;
border-bottom:0px solid #c8c8c8;
/*height:0px;
background-color: rgb(58, 57, 57);*/
}
.tooltip.in {