2016-02-15 08:27:41 -06:00
|
|
|
.query-keyword {
|
|
|
|
font-weight: bold;
|
|
|
|
color: $blue;
|
|
|
|
}
|
|
|
|
|
|
|
|
.query-segment-key {
|
2016-03-20 10:18:31 -05:00
|
|
|
//border-right: none;
|
|
|
|
//padding-right: 1px;
|
2016-02-15 08:27:41 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
.query-segment-operator {
|
2016-03-20 10:18:31 -05:00
|
|
|
//padding-right: 1px;
|
|
|
|
//border-right: none;
|
2016-02-15 08:27:41 -06:00
|
|
|
color: $orange;
|
|
|
|
}
|
|
|
|
|
2016-04-28 03:13:18 -05:00
|
|
|
.gf-form-query {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
flex-wrap: nowrap;
|
|
|
|
align-content: flex-start;
|
|
|
|
align-items: flex-start;
|
|
|
|
|
|
|
|
.gf-form,
|
|
|
|
.gf-form-filler {
|
|
|
|
margin-bottom: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gf-form-switch,
|
|
|
|
.gf-form-switch label,
|
|
|
|
.gf-form-input,
|
|
|
|
.gf-form-select-wrapper,
|
|
|
|
.gf-form-filler,
|
|
|
|
.gf-form-label {
|
|
|
|
margin-right: 2px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.gf-form-query-content {
|
|
|
|
flex-grow: 2;
|
|
|
|
|
|
|
|
&--collapsed {
|
|
|
|
overflow: hidden;
|
|
|
|
|
|
|
|
.gf-form-label {
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
width: 100%;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.gf-form-query-letter-cell {
|
|
|
|
.gf-form-query-letter-cell-carret {
|
|
|
|
display: inline-block;
|
|
|
|
width: 0.7rem;
|
|
|
|
position: relative;
|
|
|
|
left: -2px;
|
|
|
|
}
|
|
|
|
.gf-form-query-letter-cell-letter {
|
|
|
|
font-weight: bold;
|
|
|
|
color: $blue;
|
|
|
|
}
|
|
|
|
.gf-form-query-letter-cell-ds {
|
|
|
|
color: $text-color-weak;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-11-16 11:26:39 -06:00
|
|
|
.grafana-metric-options {
|
|
|
|
margin-top: 25px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tight-form-func {
|
|
|
|
background: $tight-form-func-bg;
|
|
|
|
|
|
|
|
&.show-function-controls {
|
|
|
|
padding-top: 5px;
|
|
|
|
min-width: 100px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type="text"].tight-form-func-param {
|
|
|
|
background: transparent;
|
|
|
|
border: none;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tight-form-func-controls {
|
|
|
|
display: none;
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
.fa-arrow-left {
|
|
|
|
float: left;
|
|
|
|
position: relative;
|
|
|
|
top: 2px;
|
|
|
|
}
|
|
|
|
.fa-arrow-right {
|
|
|
|
float: right;
|
|
|
|
position: relative;
|
|
|
|
top: 2px;
|
|
|
|
}
|
|
|
|
.fa-remove {
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.grafana-metric-options {
|
|
|
|
margin-top: 25px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tight-form-func {
|
|
|
|
background: $tight-form-func-bg;
|
|
|
|
|
|
|
|
&.show-function-controls {
|
|
|
|
padding-top: 5px;
|
|
|
|
min-width: 100px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type="text"].tight-form-func-param {
|
|
|
|
background: transparent;
|
|
|
|
border: none;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tight-form-func-controls {
|
|
|
|
display: none;
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
.fa-arrow-left {
|
|
|
|
float: left;
|
|
|
|
position: relative;
|
|
|
|
top: 2px;
|
|
|
|
}
|
|
|
|
.fa-arrow-right {
|
|
|
|
float: right;
|
|
|
|
position: relative;
|
|
|
|
top: 2px;
|
|
|
|
}
|
|
|
|
.fa-remove {
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
}
|