diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-12-17 21:13:53 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-12-17 21:13:53 +0100 |
commit | e3192bfa266df0b9e1e9de7bae13b61d1187e336 (patch) | |
tree | 8a7b61f82de04d297a4b79ec95e8dceee679ad13 /core | |
parent | 2be66044cc346e0936043947416ea77395ac8f96 (diff) | |
download | nextcloud-server-e3192bfa266df0b9e1e9de7bae13b61d1187e336.tar.gz nextcloud-server-e3192bfa266df0b9e1e9de7bae13b61d1187e336.zip |
use empty state for 'Shared with you' as well
Diffstat (limited to 'core')
-rw-r--r-- | core/css/styles.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index e84b6615d90..0d97cc11482 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -338,6 +338,9 @@ input[type="submit"].enabled { height: 64px; width: 64px; margin: 0 auto 15px; + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; + filter: alpha(opacity=50); + opacity: .5; } |