mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
White theme: css fix for links in annotations tooltips, Fixes #1216
This commit is contained in:
@@ -437,6 +437,9 @@ select.grafana-target-segment-input {
|
|||||||
max-height: 600px;
|
max-height: 600px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
line-height: 14px;
|
line-height: 14px;
|
||||||
|
a {
|
||||||
|
color: @tooltipLinkColor;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.grafana-tooltip hr {
|
.grafana-tooltip hr {
|
||||||
@@ -444,8 +447,6 @@ select.grafana-target-segment-input {
|
|||||||
color: #c8c8c8;
|
color: #c8c8c8;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
border-bottom:0px solid #c8c8c8;
|
border-bottom:0px solid #c8c8c8;
|
||||||
/*height:0px;
|
|
||||||
background-color: rgb(58, 57, 57);*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.tooltip.in {
|
.tooltip.in {
|
||||||
|
|||||||
@@ -280,6 +280,7 @@
|
|||||||
@tooltipBackground: rgb(58, 57, 57);
|
@tooltipBackground: rgb(58, 57, 57);
|
||||||
@tooltipArrowWidth: 5px;
|
@tooltipArrowWidth: 5px;
|
||||||
@tooltipArrowColor: @tooltipBackground;
|
@tooltipArrowColor: @tooltipBackground;
|
||||||
|
@tooltipLinkColor: @linkColor;
|
||||||
|
|
||||||
@popoverBackground: @heroUnitBackground;
|
@popoverBackground: @heroUnitBackground;
|
||||||
@popoverArrowWidth: 10px;
|
@popoverArrowWidth: 10px;
|
||||||
|
|||||||
@@ -289,6 +289,7 @@
|
|||||||
@tooltipBackground: #000;
|
@tooltipBackground: #000;
|
||||||
@tooltipArrowWidth: 5px;
|
@tooltipArrowWidth: 5px;
|
||||||
@tooltipArrowColor: @tooltipBackground;
|
@tooltipArrowColor: @tooltipBackground;
|
||||||
|
@tooltipLinkColor: darken(@white,11%);
|
||||||
|
|
||||||
@popoverBackground: @white;
|
@popoverBackground: @white;
|
||||||
@popoverArrowWidth: 15px;
|
@popoverArrowWidth: 15px;
|
||||||
|
|||||||
Reference in New Issue
Block a user