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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarco <marcoambrosini@pm.me>2021-01-25 18:04:43 +0300
committerGitHub <noreply@github.com>2021-01-25 18:04:43 +0300
commita4ed9e7b48c5fe97fde6a46f2a28ff787e24268d (patch)
tree8086153785e71c7acf3fef7d15510b7cf6f5a839
parent2f074d73e371ea6511b9d133dd3c21c87630039c (diff)
parentdc9d37e7f8730e677d51ae44094e96d786311eb0 (diff)
Merge pull request #21810 from nextcloud/do-not-target-vue-progress-bar-with-server-styles
Do not target vue progressbar with server styles
-rw-r--r--core/css/inputs.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/inputs.scss b/core/css/inputs.scss
index 69d9d773c05..4f73696d264 100644
--- a/core/css/inputs.scss
+++ b/core/css/inputs.scss
@@ -885,7 +885,7 @@ div.select2-container {
}
/* Progressbar */
-progress {
+progress:not(.vue) {
display: block;
width: 100%;
padding: 0;