2016-02-15 15:27:41 +01:00
|
|
|
.timepicker-timestring {
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
2017-12-01 15:56:08 +01:00
|
|
|
.gf-timepicker-nav {
|
|
|
|
flex-wrap: nowrap;
|
|
|
|
display: flex;
|
2016-02-15 15:27:41 +01:00
|
|
|
}
|
|
|
|
|
2017-12-01 20:11:55 +01:00
|
|
|
.gf-timepicker-nav-btn {
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
overflow: hidden;
|
2019-02-11 13:42:37 +01:00
|
|
|
|
|
|
|
.fa-clock-o {
|
|
|
|
margin-right: 4px;
|
|
|
|
}
|
2017-12-01 20:11:55 +01:00
|
|
|
}
|
|
|
|
|
2016-02-15 15:27:41 +01:00
|
|
|
.gf-timepicker-dropdown {
|
2017-12-08 14:38:33 +01:00
|
|
|
background-color: $page-bg;
|
2017-12-08 14:32:15 +01:00
|
|
|
border-radius: 0 0 0 4px;
|
|
|
|
box-shadow: $search-shadow;
|
2018-11-05 12:33:40 +01:00
|
|
|
z-index: $zindex-dropdown;
|
2018-12-14 02:01:07 +01:00
|
|
|
display: flex;
|
2018-12-19 13:12:52 +01:00
|
|
|
flex-direction: column;
|
2018-12-14 02:01:07 +01:00
|
|
|
position: absolute;
|
2019-01-04 12:24:22 +01:00
|
|
|
left: 20px;
|
2018-12-19 13:12:52 +01:00
|
|
|
right: 20px;
|
2018-12-14 02:01:07 +01:00
|
|
|
top: $navbarHeight;
|
2019-01-04 09:35:16 +01:00
|
|
|
|
2018-12-31 19:44:00 +01:00
|
|
|
@include media-breakpoint-up(md) {
|
2019-01-04 12:24:22 +01:00
|
|
|
left: auto;
|
2018-12-31 19:44:00 +01:00
|
|
|
width: 550px;
|
|
|
|
}
|
2016-02-15 15:27:41 +01:00
|
|
|
|
2018-12-19 13:12:52 +01:00
|
|
|
.popover-box {
|
|
|
|
max-width: 100%;
|
|
|
|
|
|
|
|
&:first-child {
|
|
|
|
border-radius: $border-radius $border-radius 0 0;
|
|
|
|
border-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:last-child {
|
|
|
|
border-radius: 0 0 $border-radius $border-radius;
|
|
|
|
}
|
2016-02-15 15:27:41 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.gf-timepicker-btn-apply {
|
|
|
|
margin: 0 0 0 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gf-timepicker-utc {
|
|
|
|
color: $orange;
|
|
|
|
font-size: 75%;
|
|
|
|
padding: 3px;
|
|
|
|
border-radius: 2px;
|
2017-12-08 14:38:33 +01:00
|
|
|
font-weight: 500;
|
2016-02-15 15:27:41 +01:00
|
|
|
margin-left: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gf-timepicker-relative-section {
|
2016-02-18 18:59:50 +01:00
|
|
|
min-height: 237px;
|
2016-02-15 15:27:41 +01:00
|
|
|
float: left;
|
2018-12-19 13:12:52 +01:00
|
|
|
|
2016-02-15 15:27:41 +01:00
|
|
|
ul {
|
|
|
|
list-style: none;
|
|
|
|
float: left;
|
|
|
|
margin: 0 30px 10px 0px;
|
2018-12-25 20:18:38 +01:00
|
|
|
|
2016-02-15 15:27:41 +01:00
|
|
|
li {
|
|
|
|
line-height: 22px;
|
|
|
|
}
|
2018-12-25 20:18:38 +01:00
|
|
|
|
2016-02-15 15:27:41 +01:00
|
|
|
li.active {
|
|
|
|
border-bottom: 1px solid $blue;
|
|
|
|
margin: 3px 0;
|
2017-12-08 14:38:33 +01:00
|
|
|
font-weight: 500;
|
2016-02-15 15:27:41 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.gf-timepicker-component {
|
2016-11-16 17:56:42 +01:00
|
|
|
padding: $spacer/2 0 $spacer 0;
|
2016-11-16 17:53:56 +01:00
|
|
|
|
2016-02-18 18:59:50 +01:00
|
|
|
td {
|
|
|
|
padding: 1px;
|
|
|
|
}
|
2018-12-25 20:18:38 +01:00
|
|
|
|
2018-05-02 09:56:53 +02:00
|
|
|
button {
|
2016-02-19 14:21:57 +01:00
|
|
|
@include buttonBackground($btn-inverse-bg, $btn-inverse-bg-hl);
|
2016-02-15 15:27:41 +01:00
|
|
|
background-image: none;
|
|
|
|
border: none;
|
2016-02-16 09:42:46 +01:00
|
|
|
color: $text-color;
|
2018-12-25 20:18:38 +01:00
|
|
|
|
2016-02-15 15:27:41 +01:00
|
|
|
&.active span {
|
2018-07-20 16:02:41 +02:00
|
|
|
color: $blue;
|
2016-02-15 15:27:41 +01:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
2018-12-25 20:18:38 +01:00
|
|
|
|
2016-02-15 15:27:41 +01:00
|
|
|
.text-info {
|
|
|
|
color: $orange;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2018-12-25 20:18:38 +01:00
|
|
|
|
2018-05-02 09:56:53 +02:00
|
|
|
&.btn-sm {
|
|
|
|
font-size: $font-size-sm;
|
|
|
|
padding: 5px 11px;
|
|
|
|
}
|
2018-12-25 20:18:38 +01:00
|
|
|
|
2018-05-04 10:30:42 +02:00
|
|
|
&:hover {
|
|
|
|
color: $text-color-strong;
|
|
|
|
}
|
2018-12-25 20:18:38 +01:00
|
|
|
|
2018-05-04 10:30:42 +02:00
|
|
|
&[disabled] {
|
|
|
|
color: $text-color;
|
|
|
|
}
|
2016-02-15 15:27:41 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.input-datetime-format {
|
2017-12-19 16:22:41 +01:00
|
|
|
color: $link-color-disabled;
|
2016-02-15 15:27:41 +01:00
|
|
|
}
|
2016-02-18 18:59:50 +01:00
|
|
|
|
|
|
|
.fa {
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
2016-06-20 10:37:47 +02:00
|
|
|
.fa-chevron-left::before {
|
2018-05-02 09:56:53 +02:00
|
|
|
content: '\f053';
|
2016-02-18 18:59:50 +01:00
|
|
|
}
|
2018-12-25 20:18:38 +01:00
|
|
|
|
2016-06-20 10:37:47 +02:00
|
|
|
.fa-chevron-right::before {
|
2018-05-02 09:56:53 +02:00
|
|
|
content: '\f054';
|
2016-02-18 18:59:50 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.glyphicon-chevron-right {
|
|
|
|
@extend .fa;
|
|
|
|
@extend .fa-chevron-right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.glyphicon-chevron-left {
|
|
|
|
@extend .fa;
|
|
|
|
@extend .fa-chevron-left;
|
|
|
|
}
|