From 153415c54b3cc966d32a1934409b87a079d051e7 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt <hey@jancborchardt.net> Date: Fri, 3 Nov 2017 16:26:13 +0100 Subject: [PATCH] Add vertical separator between hours and minutes Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> --- core/css/styles.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/css/styles.scss b/core/css/styles.scss index 262cf283895..60a53af464b 100644 --- a/core/css/styles.scss +++ b/core/css/styles.scss @@ -1132,6 +1132,10 @@ code { color: nc-lighten($color-main-text, 33%); opacity: .8; } + + &.ui-timepicker-hours { + border-right: 1px solid $color-border; + } } } } -- GitLab