2015-02-20 04:27:57 -06:00
|
|
|
.submenu-controls {
|
2016-01-30 11:55:30 -06:00
|
|
|
margin: 10px 5px;
|
2015-03-27 02:39:08 -05:00
|
|
|
font-size: 16px;
|
2015-02-20 04:27:57 -06:00
|
|
|
}
|
|
|
|
|
2014-02-09 12:31:06 -06:00
|
|
|
.annotation-disabled, .annotation-disabled a {
|
2014-09-24 05:14:20 -05:00
|
|
|
color: @linkColorDisabled;
|
2014-02-18 13:41:56 -06:00
|
|
|
}
|
|
|
|
|
2015-03-05 13:45:14 -06:00
|
|
|
.annotation-segment {
|
|
|
|
label.cr1 {
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
2015-08-03 03:46:07 -05:00
|
|
|
padding: 8px 7px;
|
2015-03-05 13:45:14 -06:00
|
|
|
}
|
|
|
|
|
2015-05-06 02:41:30 -05:00
|
|
|
.submenu-item {
|
|
|
|
margin-right: 20px;
|
|
|
|
display: inline-block;
|
|
|
|
border-radius: 3px;
|
|
|
|
background-color: @grafanaPanelBackground;
|
|
|
|
border: @grafanaPanelBorder;
|
|
|
|
margin-right: 10px;
|
|
|
|
display: inline-block;
|
|
|
|
|
|
|
|
.fa-caret-down {
|
|
|
|
font-size: 75%;
|
|
|
|
position: relative;
|
|
|
|
top: 1px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-03-18 10:15:21 -05:00
|
|
|
.variable-value-link {
|
|
|
|
font-size: 16px;
|
2015-05-06 02:41:30 -05:00
|
|
|
padding-right: 10px;
|
2015-05-28 11:38:53 -05:00
|
|
|
.label-tag {
|
|
|
|
margin: 0 5px;
|
|
|
|
}
|
2015-03-18 10:15:21 -05:00
|
|
|
}
|
|
|
|
|
2015-05-29 01:21:44 -05:00
|
|
|
.variable-link-wrapper {
|
|
|
|
display: inline-block;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2015-03-18 10:15:21 -05:00
|
|
|
.variable-value-dropdown {
|
|
|
|
position: absolute;
|
2015-05-28 04:16:16 -05:00
|
|
|
top: 47px;
|
2015-04-29 08:34:14 -05:00
|
|
|
min-width: 150px;
|
2015-04-29 07:23:29 -05:00
|
|
|
max-height: 400px;
|
2015-05-28 05:52:47 -05:00
|
|
|
min-height: 150px;
|
|
|
|
overflow-y: auto;
|
|
|
|
overflow-x: hidden;
|
2015-06-03 02:48:36 -05:00
|
|
|
background-color: @dropdownBackground;
|
|
|
|
box-shadow: 0 0 25px 0 rgba(0,0,0,0.4);
|
2015-03-18 10:15:21 -05:00
|
|
|
z-index: 1000;
|
2015-04-29 07:23:29 -05:00
|
|
|
font-size: @baseFontSize;
|
2015-04-29 08:34:14 -05:00
|
|
|
border-radius: 3px 3px 0 0;
|
2015-06-03 02:48:36 -05:00
|
|
|
border: 1px solid @grafanaTargetFuncBackground;
|
2015-05-29 01:40:14 -05:00
|
|
|
|
|
|
|
&.multi {
|
|
|
|
.selected {
|
|
|
|
.variable-option-icon{
|
|
|
|
background: url(@checkboxImageUrl) 0px -18px no-repeat;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&.single {
|
2015-05-29 03:00:53 -05:00
|
|
|
.variable-option-icon {
|
|
|
|
display: none;
|
|
|
|
}
|
2015-05-29 01:40:14 -05:00
|
|
|
.selected {
|
|
|
|
background-color: @grafanaTargetFuncHightlight;
|
|
|
|
}
|
|
|
|
}
|
2015-04-29 07:23:29 -05:00
|
|
|
}
|
|
|
|
|
2015-05-19 09:54:08 -05:00
|
|
|
.variable-options-wrapper {
|
|
|
|
display: table;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.variable-options-column {
|
2015-04-29 07:23:29 -05:00
|
|
|
max-height: 350px;
|
2015-05-19 09:54:08 -05:00
|
|
|
display: table-cell;
|
2015-04-29 08:34:14 -05:00
|
|
|
line-height: 26px;
|
2015-05-19 09:54:08 -05:00
|
|
|
&:nth-child(2) {
|
|
|
|
border-left: 1px solid @grafanaTargetFuncBackground;
|
|
|
|
}
|
2015-04-29 07:23:29 -05:00
|
|
|
}
|
2015-03-18 10:15:21 -05:00
|
|
|
|
2015-05-19 09:54:08 -05:00
|
|
|
.variable-option-tag,
|
|
|
|
.variable-option,
|
|
|
|
.variable-options-column-header {
|
2015-04-29 07:23:29 -05:00
|
|
|
display: block;
|
2015-05-28 04:16:16 -05:00
|
|
|
padding: 2px 27px 0 8px;
|
2015-05-19 09:54:08 -05:00
|
|
|
position: relative;
|
2015-05-28 04:16:16 -05:00
|
|
|
white-space: nowrap;
|
|
|
|
min-width: 115px;
|
2015-05-19 09:54:08 -05:00
|
|
|
}
|
|
|
|
|
2015-05-28 05:52:47 -05:00
|
|
|
.variable-options-column-header {
|
|
|
|
padding-top: 5px;
|
|
|
|
padding-bottom: 5px;
|
|
|
|
margin-bottom: 5px;
|
2015-05-29 03:00:53 -05:00
|
|
|
&.many-selected {
|
|
|
|
.variable-option-icon {
|
|
|
|
background: url(@checkboxImageUrl) 0px -36px no-repeat;
|
|
|
|
}
|
|
|
|
}
|
2015-05-28 05:52:47 -05:00
|
|
|
}
|
|
|
|
|
2015-05-29 03:52:38 -05:00
|
|
|
.variable-option-icon {
|
|
|
|
display: inline-block;
|
|
|
|
width: 24px;
|
|
|
|
height: 18px;
|
|
|
|
position: relative;
|
|
|
|
top: 4px;
|
|
|
|
background: url(@checkboxImageUrl) left top no-repeat;
|
|
|
|
}
|
|
|
|
|
2015-05-19 09:54:08 -05:00
|
|
|
.variable-option {
|
|
|
|
&:hover, &.highlighted {
|
|
|
|
background-color: @blueDark;
|
2015-03-18 10:15:21 -05:00
|
|
|
}
|
|
|
|
}
|
2015-04-29 07:23:29 -05:00
|
|
|
|
2015-05-06 02:41:30 -05:00
|
|
|
.dash-nav-link {
|
2015-06-19 14:10:34 -05:00
|
|
|
padding: 8px 7px;
|
|
|
|
display: inline-block;
|
2015-05-08 03:56:54 -05:00
|
|
|
color: @textColor;
|
2015-05-06 02:41:30 -05:00
|
|
|
}
|