mirror of
https://github.com/grafana/grafana.git
synced 2024-12-02 13:39:19 -06:00
106 lines
1.8 KiB
Plaintext
106 lines
1.8 KiB
Plaintext
.nav.gf-timepicker-nav {
|
|
margin-right: 0;
|
|
}
|
|
|
|
.timepicker-timestring {
|
|
font-weight: normal;
|
|
}
|
|
|
|
.gf-timepicker-dropdown {
|
|
margin: -5px -10px 10px 5px;
|
|
padding: 10px 20px;
|
|
float: right;
|
|
background-color: @grafanaPanelBackground;
|
|
.box-shadow(@navbarDropdownShadow);
|
|
}
|
|
|
|
li.gf-timepicker-open a {
|
|
background-color: @grafanaPanelBackground;
|
|
}
|
|
|
|
.gf-timepicker-absolute-section {
|
|
width: 300px;
|
|
float: left;
|
|
border-right: @grafanaTriggerBorder;
|
|
padding: 0 0 0 20px;
|
|
select {
|
|
width: 183px;
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
|
|
.gf-timepicker-btn-apply {
|
|
margin: 0 0 0 15px;
|
|
}
|
|
|
|
.gf-timepicker-utc {
|
|
background-color: @grafanaTargetFuncBackground;
|
|
color: @orange;
|
|
font-size: 75%;
|
|
padding: 3px;
|
|
border-radius: 2px;
|
|
font-weight: bold;
|
|
margin-left: 4px;
|
|
}
|
|
|
|
.gf-timepicker-relative-section {
|
|
padding: 0 20px 0 30px;
|
|
min-height: 258px;
|
|
float: left;
|
|
ul {
|
|
list-style: none;
|
|
float: left;
|
|
margin: 0 30px 10px 0px;
|
|
li {
|
|
line-height: 22px;
|
|
}
|
|
li.active {
|
|
border-bottom: 1px solid @blue;
|
|
margin: 3px 0;
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
}
|
|
|
|
.gf-timepicker-component {
|
|
margin-bottom: 10px;
|
|
button.btn-sm {
|
|
.buttonBackground(@btnInverseBackground, @btnInverseBackgroundHighlight);
|
|
background-image: none;
|
|
border: none;
|
|
padding: 6px 9px;
|
|
color: @textColor;
|
|
&.active span {
|
|
color: @blue;
|
|
font-weight: bold;
|
|
}
|
|
.text-info {
|
|
color: @orange;
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
}
|
|
|
|
.faMixin {
|
|
display: inline-block;
|
|
font: normal normal normal 14px/1 FontAwesome;
|
|
font-size: inherit;
|
|
text-rendering: auto;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.glyphicon-chevron-right:before {
|
|
.faMixin;
|
|
content: "\f054";
|
|
}
|
|
|
|
.glyphicon-chevron-left:before {
|
|
.faMixin;
|
|
content: "\f053";
|
|
}
|
|
|
|
.input-datetime-format {
|
|
color: @linkColorDisabled
|
|
}
|