Merge pull request #62 from nextcloud/stable9-pr

Stable9 Upload progress Colour Fix
This commit is contained in:
Lukas Reschke 2016-06-12 11:56:26 +02:00 committed by GitHub
commit 7ca1eca653
1 changed files with 2 additions and 1 deletions

View File

@ -655,7 +655,7 @@ td.avatar {
margin: 0 auto; margin: 0 auto;
max-width: 60%; max-width: 60%;
z-index: 8000; z-index: 8000;
background-color: #fc4; background-color: #fff;
border: 0; border: 0;
padding: 1px 8px; padding: 1px 8px;
display: none; display: none;
@ -684,6 +684,7 @@ td.avatar {
position: absolute; position: absolute;
right: 0; right: 0;
top: 0; top: 0;
margin-top: 2px;
} }
#notification .row.closeable { #notification .row.closeable {
padding-right: 20px; padding-right: 20px;