[Pkg-owncloud-commits] [owncloud] 46/223: Move IE8 fixes to fixes.css
David Prévot
taffit at moszumanska.debian.org
Sun Jun 22 01:54:04 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 d17094e0a587c950a06db96ecaaea33419366e00
Author: Morris Jobke <hey at morrisjobke.de>
Date: Thu Jun 12 13:33:32 2014 +0200
Move IE8 fixes to fixes.css
---
core/css/fixes.css | 5 +++++
core/css/header.css | 1 -
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/core/css/fixes.css b/core/css/fixes.css
index acea532..f1dc016 100644
--- a/core/css/fixes.css
+++ b/core/css/fixes.css
@@ -86,3 +86,8 @@ select {
left: 6px;
}
+/* fix background of navigation popup in IE8 */
+.ie8 #navigation {
+ background-color: #24282F;
+}
+
diff --git a/core/css/header.css b/core/css/header.css
index 8ec2934..d2645c6 100644
--- a/core/css/header.css
+++ b/core/css/header.css
@@ -129,7 +129,6 @@
max-height: 85%;
margin-top: 0;
padding-bottom: 10px;
- background-color: #24282F;
background-color: rgba(36, 40, 47, .97);
border-bottom-right-radius: 7px;
box-shadow: 0 0 7px rgba(29,45,68,.97);
--
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