]> source.dussan.org Git - nextcloud-server.git/commitdiff
remove general CSS from IE specific rules, displays Shared state permanently again
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Tue, 26 Feb 2013 17:49:20 +0000 (18:49 +0100)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Tue, 26 Feb 2013 17:49:20 +0000 (18:49 +0100)
apps/files/css/files.css

index 3cd809038b905138ab454eb3a75ea4e7ee9bdea6..cd339ad26a5e3c6d5b4528d7a8be3ec03925095f 100644 (file)
@@ -124,22 +124,16 @@ a.action>img { max-height:16px; max-width:16px; vertical-align:text-bottom; }
 .selectedActions a img { position:relative; top:.3em; }
 
 #fileList a.action {
-       display:none;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
-       opacity: 0; 
 }
 #fileList tr:hover a.action {
-       display:inline;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=.5)";
        filter: alpha(opacity=.5);
-       opacity: .5; 
 }
 #fileList tr:hover a.action:hover {
-       display:inline;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
        filter: alpha(opacity=1);
-       opacity: 1; 
 }
 
 #scanning-message{ top:40%; left:40%; position:absolute; display:none; }