summaryrefslogtreecommitdiffstats
path: root/core/css/styles.css
diff options
context:
space:
mode:
authorWilliam Bargent <personal@williambargent.co.uk>2016-06-11 08:15:56 +0100
committerWilliam Bargent <personal@williambargent.co.uk>2016-06-11 08:15:56 +0100
commit25470e699279e2f399bde7f3514abb88b477ae32 (patch)
treeccdefd83bb7d0729e29d72345872a983d2c12420 /core/css/styles.css
parent842cc2a7889d1ff8004fddd2546aec1232e0eaed (diff)
downloadnextcloud-server-25470e699279e2f399bde7f3514abb88b477ae32.tar.gz
nextcloud-server-25470e699279e2f399bde7f3514abb88b477ae32.zip
Sets notification background to white
Diffstat (limited to 'core/css/styles.css')
-rw-r--r--core/css/styles.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index 451a86a5c47..d44ba31f4d0 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -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;