From e94805d8a4688e22dcef4f9c5b6593b916be7c0a Mon Sep 17 00:00:00 2001 From: Marco Ambrosini Date: Mon, 1 Jul 2019 16:38:08 +0200 Subject: added a caption and improved the radio buttons descriptions Signed-off-by: Marco Ambrosini --- css/style.scss | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'css') diff --git a/css/style.scss b/css/style.scss index c75cb4c7c..89d791f41 100644 --- a/css/style.scss +++ b/css/style.scss @@ -479,6 +479,21 @@ input[type="password"] { overflow: hidden; } +#app-navigation .app-navigation-entry-menu-caption { + + font-weight: bold; + line-height: 44px; + white-space: nowrap; + text-overflow: ellipsis; + padding: 0px 36px 0px 36px; + // !important to overwrite specific hover and focus + opacity: .7; + box-shadow: none !important; + user-select: none; + pointer-events:none; +} + + #app-navigation .app-navigation-entry-menu input.first-option { margin-top: 5px; } -- cgit v1.2.3