Merge pull request #62 from nextcloud/stable9-pr
Stable9 Upload progress Colour Fix
This commit is contained in:
commit
7ca1eca653
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue