summaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2017-03-26 18:31:55 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2017-03-26 18:34:09 +0200
commit068e2b3c3092e05d8e78e50fb5abd18d26c64e6b (patch)
tree109953d5ba0a12ea7a47522512032017abf881d0 /core/css
parentec6853a2a65c284af08f0241699f227516f25464 (diff)
downloadnextcloud-server-068e2b3c3092e05d8e78e50fb5abd18d26c64e6b.tar.gz
nextcloud-server-068e2b3c3092e05d8e78e50fb5abd18d26c64e6b.zip
add hover feedback for search, and opacity on use
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'core/css')
-rw-r--r--core/css/styles.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/core/css/styles.scss b/core/css/styles.scss
index 2bec3c8d3b1..843df769222 100644
--- a/core/css/styles.scss
+++ b/core/css/styles.scss
@@ -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;