diff --git a/core/css/styles.scss b/core/css/styles.scss index 8f20180f20..a5b7f2481d 100644 --- a/core/css/styles.scss +++ b/core/css/styles.scss @@ -6,8 +6,8 @@ * @copyright Copyright (c) 2016, Joas Schilling * @copyright Copyright (c) 2016, Morris Jobke * @copyright Copyright (c) 2016, Christoph Wurst - * @copyright Copyright (c) 2016, Jan-Christoph Borchardt * @copyright Copyright (c) 2016, Raghu Nayyar + * @copyright Copyright (c) 2011-2017, Jan-Christoph Borchardt * * @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;