Refactoring the pulldown (filtering/annotations), changing the ui slightly

This commit is contained in:
Torkel Ödegaard
2014-08-25 15:36:44 +02:00
parent 6969a4121c
commit c634ee81fc
7 changed files with 164 additions and 26 deletions
+8 -1
View File
@@ -284,6 +284,14 @@
&a:hover {
background: @grafanaTargetFuncBackground;
}
&.template-param-name {
border-right: none;
padding-right: 3px;
}
&.annotation-segment {
padding: 8px 15px;
}
}
.grafana-target-function {
@@ -405,7 +413,6 @@ select.grafana-target-segment-input {
}
}
.scrollable {
max-height: 300px;
overflow: auto;