From 96debafd08fb56a0e7930596ce54f401feb442b3 Mon Sep 17 00:00:00 2001 From: Michael Jobst Date: Wed, 2 Nov 2016 15:17:16 +0100 Subject: Display changes in file versions tab view and detailsView (#26511) * Display changes in file versions tab view and detailsView * versions tab enhancements enhanced js test file removed css superscript attribute for version size * Replaced spaces with tabs --- apps/files/css/detailsView.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'apps/files/css/detailsView.css') diff --git a/apps/files/css/detailsView.css b/apps/files/css/detailsView.css index 2ec16993ef5..0afcbc089eb 100644 --- a/apps/files/css/detailsView.css +++ b/apps/files/css/detailsView.css @@ -106,10 +106,18 @@ #app-sidebar .file-details { color: #999; } + #app-sidebar .file-details img { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; opacity: .5; } + +#app-sidebar .file-details img:hover, +#app-sidebar .file-details img:focus{ + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; + opacity: 1; +} + #app-sidebar .action-favorite { vertical-align: text-bottom; padding: 10px; -- cgit v1.2.3