From 0322e7a29ed8de9a87b7f057ad4d77b24c257200 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Mon, 27 Mar 2017 11:23:33 +0200 Subject: [PATCH] highlight active entry in personal info menu again Signed-off-by: Jan-Christoph Borchardt --- core/css/apps.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/core/css/apps.scss b/core/css/apps.scss index daddc9a4f0..898a18ae9c 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -8,9 +8,9 @@ * @copyright Copyright (c) 2016, Roeland Jago Douma * @copyright Copyright (c) 2016, jowi * @copyright Copyright (c) 2015, Hendrik Leppelsack - * @copyright Copyright (c) 2015, Jan-Christoph Borchardt * @copyright Copyright (c) 2015, Thomas Müller * @copyright Copyright (c) 2015, Vincent Petry + * @copyright Copyright (c) 2014-2017, Jan-Christoph Borchardt * * @license GNU AGPL version 3 or any later version * @@ -664,10 +664,10 @@ em { } } .menuitem { - -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)' !important; - filter: alpha(opacity = 70) !important; - opacity: .7 !important; - &:hover, &:focus { + -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)' !important; + filter: alpha(opacity = 50) !important; + opacity: .5 !important; + &:hover, &:focus, &.active { -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)' !important; filter: alpha(opacity = 100) !important; opacity: 1 !important;