Merge "Add theme-specific drop shadows to target loading bar"

This commit is contained in:
jenkins-bot 2015-10-22 23:06:58 +00:00 committed by Gerrit Code Review
commit 724aeb9b33
2 changed files with 2 additions and 0 deletions

View file

@ -9,6 +9,7 @@
border: 1px solid #ccc;
background: #fff;
border-radius: 0.25em;
box-shadow: 0 0.1em 0.5em rgba(0, 0, 0, 0.15)
}
.ve-init-mw-desktopArticleTarget-progress-bar {

View file

@ -10,6 +10,7 @@
border: 1px solid #347bff;
background: #fff;
border-radius: 2px;
box-shadow: 0 0.1em 0 0 rgba(0, 0, 0, 0.15)
}
.ve-init-mw-desktopArticleTarget-progress-bar {