add hover feedback for search, and opacity on use

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2017-03-26 18:31:55 +02:00
parent ec6853a2a6
commit 068e2b3c30
1 changed files with 5 additions and 1 deletions

View 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;