]> source.dussan.org Git - nextcloud-server.git/commitdiff
highlight active entry in personal info menu again 4082/head
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Mon, 27 Mar 2017 09:23:33 +0000 (11:23 +0200)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Mon, 27 Mar 2017 09:23:33 +0000 (11:23 +0200)
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
core/css/apps.scss

index daddc9a4f0ac95f9ad7a50873dedcb8c3e64dcb9..898a18ae9c98d0d6b1870125448191fd9032ce5e 100644 (file)
@@ -8,9 +8,9 @@
  * @copyright Copyright (c) 2016, Roeland Jago Douma <rullzer@owncloud.com>
  * @copyright Copyright (c) 2016, jowi <sjw@gmx.ch>
  * @copyright Copyright (c) 2015, Hendrik Leppelsack <hendrik@leppelsack.de>
- * @copyright Copyright (c) 2015, Jan-Christoph Borchardt <hey@jancborchardt.net>
  * @copyright Copyright (c) 2015, Thomas Müller <thomas.mueller@tmit.eu>
  * @copyright Copyright (c) 2015, Vincent Petry <pvince81@owncloud.com>
+ * @copyright Copyright (c) 2014-2017, Jan-Christoph Borchardt <hey@jancborchardt.net>
  *
  * @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;