summaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2016-07-28 19:07:00 +0200
committerJulius Haertl <jus@bitgrid.net>2016-07-28 20:56:49 +0200
commit319449434e5ad4164647bfe211467a0995e9c067 (patch)
treed9e465458357715e18117dd3da30c4f4a642d14a /core/css
parent21bb05ca7e80d7fa6122b9521e8930bbd66d9365 (diff)
downloadnextcloud-server-319449434e5ad4164647bfe211467a0995e9c067.tar.gz
nextcloud-server-319449434e5ad4164647bfe211467a0995e9c067.zip
adjust opacity of icons in apps and user menu
Diffstat (limited to 'core/css')
-rw-r--r--core/css/header.css16
1 files changed, 8 insertions, 8 deletions
diff --git a/core/css/header.css b/core/css/header.css
index 93a873ef864..9c3a60281ac 100644
--- a/core/css/header.css
+++ b/core/css/header.css
@@ -212,8 +212,8 @@
/* icon opacity and hover effect */
#navigation a img,
#navigation a span {
- -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
- opacity: .6;
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
+ opacity: .5;
}
#navigation a:hover img,
#navigation a:focus img,
@@ -221,8 +221,8 @@
#navigation a:focus span,
#navigation a.active img,
#navigation a.active span {
- -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
- opacity: 0.8;
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
+ opacity: .75;
}
#navigation .app-icon {
@@ -356,8 +356,8 @@
height: 40px;
color: #000;
padding: 4px 12px 0;
- -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
- opacity: .7;
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
+ opacity: .5;
box-sizing: border-box;
}
#expanddiv a img {
@@ -368,8 +368,8 @@
#expanddiv a:focus,
#expanddiv a:active,
#expanddiv a.active {
- -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
- opacity: 1;
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
+ opacity: .75;
}
/* do not show display name when profile picture is present */