mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Merge pull request #48 from nextcloud/design
Upload progress blue, notification white
This commit is contained in:
commit
75f37f550b
2 changed files with 3 additions and 2 deletions
|
|
@ -17,7 +17,7 @@
|
|||
}
|
||||
.ui-widget-header {
|
||||
border: 1px solid #0082c9;
|
||||
background: #0082c9 url('images/ui-bg_flat_35_1d2d44_40x100.png') 50% 50% repeat-x;
|
||||
background: #0082c9;
|
||||
color: #ffffff;
|
||||
}
|
||||
.ui-widget-header a {
|
||||
|
|
|
|||
|
|
@ -660,7 +660,7 @@ td.avatar {
|
|||
margin: 0 auto;
|
||||
max-width: 60%;
|
||||
z-index: 8000;
|
||||
background-color: #fc4;
|
||||
background-color: #fff;
|
||||
border: 0;
|
||||
padding: 1px 8px;
|
||||
display: none;
|
||||
|
|
@ -689,6 +689,7 @@ td.avatar {
|
|||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
margin-top: 2px;
|
||||
}
|
||||
#notification .row.closeable {
|
||||
padding-right: 20px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue