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 <coding@schilljs.com>2020-08-24 13:58:51 +0300
committerJoas Schilling <coding@schilljs.com>2020-08-25 09:47:09 +0300
commit1c8004f5f4b543da474c1260ba0f077e02923ec2 (patch)
tree9b8b9fe1f6a7b300629655e101bd8be5181ded52 /css
parentd112702b6e2e4fb9465ff89015f9f87034e236db (diff)
Add a description to the admin settings
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'css')
-rw-r--r--css/settings-admin.scss9
1 files changed, 4 insertions, 5 deletions
diff --git a/css/settings-admin.scss b/css/settings-admin.scss
index ccf340719..cd8fb65aa 100644
--- a/css/settings-admin.scss
+++ b/css/settings-admin.scss
@@ -46,15 +46,14 @@
}
-.commands.section {
+.commands.section,
+.matterbridge.section {
.icon-beta-feature {
@include icon-color('customization', 'categories', $color-warning, 1, true);
}
+}
- p.settings-hint > a {
- text-decoration: underline !important;
- }
-
+.commands.section {
#commands_list {
display: grid;
grid-template-columns: minmax(100px, 200px) minmax(100px, 200px) 1fr minmax(100px, 200px) minmax(100px, 200px);