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
diff options
context:
space:
mode:
authorIvan Sein <ivan@nextcloud.com>2019-10-04 16:34:21 +0300
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2019-10-07 14:23:54 +0300
commit5e9124f2e6c1457ff833caf6c429d677e480ec3a (patch)
tree6a8e743bc243eec27d25c013ce4e2e465ad8b26f /css/publicshare.scss
parent034f2b6e32db5f239b7bbe65102c0bad2922a847 (diff)
Add lobby checkbox instead of radio buttons for enabling lobby
Signed-off-by: Ivan Sein <ivan@nextcloud.com>
Diffstat (limited to 'css/publicshare.scss')
-rw-r--r--css/publicshare.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/css/publicshare.scss b/css/publicshare.scss
index 3c925ea51..e8cc68bb8 100644
--- a/css/publicshare.scss
+++ b/css/publicshare.scss
@@ -390,7 +390,7 @@ input[type="password"] {
/* The specific locator is needed to have higher priority than other
* important rules set in the server. */
- input.checkbox + label.link-checkbox-label,
+ input.checkbox + label.checkbox-label,
input.radio + label {
/* If ".icon-loading-small" is set hide the checkbox and show a
* loading icon instead. */