]> source.dussan.org Git - nextcloud-server.git/commitdiff
add hover feedback for search, and opacity on use 4075/head
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Sun, 26 Mar 2017 16:31:55 +0000 (18:31 +0200)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Sun, 26 Mar 2017 16:34:09 +0000 (18:34 +0200)
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
core/css/styles.scss

index 2bec3c8d3b1f1585e2eea14f436985743f2ed1fb..843df76922235643f3383224c92dae4c471f47e4 100644 (file)
@@ -6,8 +6,8 @@
  * @copyright Copyright (c) 2016, Joas Schilling <coding@schilljs.com>
  * @copyright Copyright (c) 2016, Morris Jobke <hey@morrisjobke.de>
  * @copyright Copyright (c) 2016, Christoph Wurst <christoph@winzerhof-wurst.at>
- * @copyright Copyright (c) 2016, Jan-Christoph Borchardt <hey@jancborchardt.net>
  * @copyright Copyright (c) 2016, Raghu Nayyar <hey@raghunayyar.com>
+ * @copyright Copyright (c) 2011-2017, Jan-Christoph Borchardt <hey@jancborchardt.net>
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -195,6 +195,10 @@ body {
                        background-color: $color-primary !important;
                        border: 1px solid rgba($color-primary-text, 0.5) !important;
                }
+               &:hover, &:focus, &:active {
+                       -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
+                       opacity: 1;
+               }
                & ~ .icon-close-white {
                        display: inline;
                        position: absolute;