summaryrefslogtreecommitdiffstats
path: root/apps/files/css/files.css
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/css/files.css')
-rw-r--r--apps/files/css/files.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css
index acd7f4af25d..9b844919c4e 100644
--- a/apps/files/css/files.css
+++ b/apps/files/css/files.css
@@ -148,10 +148,10 @@ table tr.mouseOver td {
}
tbody a { color:#000; }
-span.extension, span.uploading, td.date {
+span.conflict-path, span.extension, span.uploading, td.date {
color: #999;
}
-span.extension {
+span.conflict-path, span.extension {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
filter: alpha(opacity=70);
opacity: .7;
@@ -161,6 +161,8 @@ span.extension {
transition: opacity 300ms;
vertical-align: top;
}
+tr:hover span.conflict-path,
+tr:focus span.conflict-path,
tr:hover span.extension,
tr:focus span.extension {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";