Skip to content
Snippets Groups Projects
Commit 153415c5 authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt
Browse files

Add vertical separator between hours and minutes

parent b01e979d
No related branches found
No related tags found
No related merge requests found
...@@ -1132,6 +1132,10 @@ code { ...@@ -1132,6 +1132,10 @@ code {
color: nc-lighten($color-main-text, 33%); color: nc-lighten($color-main-text, 33%);
opacity: .8; opacity: .8;
} }
&.ui-timepicker-hours {
border-right: 1px solid $color-border;
}
} }
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment