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:
Diffstat (limited to 'css')
-rw-r--r--css/style.scss12
1 files changed, 12 insertions, 0 deletions
diff --git a/css/style.scss b/css/style.scss
index 70a16bd13..c816e1cf3 100644
--- a/css/style.scss
+++ b/css/style.scss
@@ -913,6 +913,18 @@ input[type="password"] {
.link-checkbox-label {
white-space: nowrap;
padding: 12px;
+
+ /* If ".icon-loading-small" is set hide the checkbox and show a
+ * loading icon instead */
+ &.icon-loading-small:before {
+ background-image: none !important;
+ background-color: transparent !important;
+ border-color: transparent !important;
+ }
+ &.icon-loading-small:after {
+ top: 21px;
+ left: 23px;
+ }
}
.button {
cursor: pointer;