summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarius Blüm <marius@lineone.io>2016-06-11 10:38:54 +0200
committerGitHub <noreply@github.com>2016-06-11 10:38:54 +0200
commit75f37f550bb7895757325d3f9a3215bcc4471065 (patch)
treebefdae14281cb09fc47437209d0ff955d8be3b1f
parent842cc2a7889d1ff8004fddd2546aec1232e0eaed (diff)
parente90931c99b9d6246aedfedb012d3524c0c5170a1 (diff)
downloadnextcloud-server-75f37f550bb7895757325d3f9a3215bcc4471065.tar.gz
nextcloud-server-75f37f550bb7895757325d3f9a3215bcc4471065.zip
Merge pull request #48 from nextcloud/design
Upload progress blue, notification white
-rw-r--r--core/css/jquery-ui-fixes.css2
-rw-r--r--core/css/styles.css3
2 files changed, 3 insertions, 2 deletions
diff --git a/core/css/jquery-ui-fixes.css b/core/css/jquery-ui-fixes.css
index 462f450c74c..db0e5b0357e 100644
--- a/core/css/jquery-ui-fixes.css
+++ b/core/css/jquery-ui-fixes.css
@@ -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 {
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;