Small tweaks

This commit is contained in:
Torkel Ödegaard
2014-11-18 16:58:26 +01:00
parent a9d7823186
commit 0c6618d2f6
4 changed files with 5 additions and 5 deletions
-2
View File
@@ -439,8 +439,6 @@ select.grafana-target-segment-input {
line-height: 14px;
}
.grafana-tooltip hr {
padding: 2px;
color: #c8c8c8;
+1 -1
View File
@@ -277,7 +277,7 @@
// Tooltips and popovers
// -------------------------
@tooltipColor: #fff;
@tooltipBackground: @heroUnitBackground;
@tooltipBackground: rgb(58, 57, 57);
@tooltipArrowWidth: 5px;
@tooltipArrowColor: @tooltipBackground;