Add vertical separator between hours and minutes

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2017-11-03 16:26:13 +01:00
parent b01e979d77
commit 153415c54b
1 changed files with 4 additions and 0 deletions

View File

@ -1132,6 +1132,10 @@ code {
color: nc-lighten($color-main-text, 33%);
opacity: .8;
}
&.ui-timepicker-hours {
border-right: 1px solid $color-border;
}
}
}
}