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:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2019-07-03 12:12:37 +0300
committerGitHub <noreply@github.com>2019-07-03 12:12:37 +0300
commitb724820b94280353a46565d6aa189209753ef33f (patch)
tree2ad536f051a1adf5fa7586df145bc7da41551ddd /css
parentb557eb1be5ac4a7d5a6794df9108607d7f9e1a33 (diff)
parenta02a48aa8084dd0df9cf469634d0c5beab65df78 (diff)
Merge pull request #1935 from nextcloud/bugfix/1794/better-description-chat-notifications
added a caption and improved the radio buttons descriptions
Diffstat (limited to 'css')
-rw-r--r--css/style.scss13
1 files changed, 13 insertions, 0 deletions
diff --git a/css/style.scss b/css/style.scss
index c75cb4c7c..3a51f2c9e 100644
--- a/css/style.scss
+++ b/css/style.scss
@@ -479,6 +479,19 @@ 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: 0 36px 0 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;
}