Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorMarco Ambrosini <marcoambrosini@pm.me>2019-07-01 17:38:08 +0300
committerJoas Schilling <coding@schilljs.com>2019-07-02 14:54:46 +0300
commite94805d8a4688e22dcef4f9c5b6593b916be7c0a (patch)
tree5902358a1eff608a53fc9f990518e381857b7bf5 /css
parent0fb8c8d526fa69d9b4335ade52e951425363bee2 (diff)
added a caption and improved the radio buttons descriptions
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
Diffstat (limited to 'css')
-rw-r--r--css/style.scss15
1 files changed, 15 insertions, 0 deletions
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;
}