[Pkg-owncloud-commits] [owncloud] 202/273: change controls bar color to white for less grey-in-grey design
David Prévot
taffit at moszumanska.debian.org
Fri Jul 4 03:13:17 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit c632ea854f9840975a47104824da963c1aefacad
Author: Jan-Christoph Borchardt <hey at jancborchardt.net>
Date: Wed Jul 2 15:25:17 2014 +0200
change controls bar color to white for less grey-in-grey design
---
core/css/styles.css | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/core/css/styles.css b/core/css/styles.css
index 66af01a..60025bf 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -250,8 +250,8 @@ input[type="submit"].enabled {
width: 100%;
padding: 0;
margin: 0;
- background-color: rgba(235, 235, 235, .85);
- border-bottom: 1px solid #e7e7e7;
+ background-color: rgba(255, 255, 255, .85);
+ border-bottom: 1px solid #f8f8f8;
z-index: 50;
-webkit-user-select: none;
-moz-user-select: none;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list