2016-03-29 19:03:24 +02:00
|
|
|
.query-part {
|
2020-06-28 08:29:38 +02:00
|
|
|
background-color: $tight-form-func-bg;
|
2016-03-29 19:03:24 +02:00
|
|
|
|
|
|
|
|
&.show-function-controls {
|
|
|
|
|
padding-top: 5px;
|
|
|
|
|
min-width: 100px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
2017-12-08 18:48:39 -05:00
|
|
|
|
2018-01-23 16:10:04 +01:00
|
|
|
.query-part__last {
|
2017-12-08 18:48:39 -05:00
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
2018-01-23 16:10:04 +01:00
|
|
|
&:hover .query-part__last {
|
2017-12-08 18:48:39 -05:00
|
|
|
display: inline;
|
|
|
|
|
}
|
2020-06-28 08:29:38 +02:00
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
|
background: $tight-form-func-highlight-bg;
|
|
|
|
|
}
|
2016-03-29 19:03:24 +02:00
|
|
|
}
|
2020-01-30 08:06:23 +00:00
|
|
|
|
|
|
|
|
.query-part__link {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
|
|
|
|
|
&--no-value {
|
|
|
|
|
color: $text-muted;
|
|
|
|
|
}
|
|
|
|
|
}
|