Skip to content
Snippets Groups Projects
Commit 1e915cc1 authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt
Browse files

Merge pull request #11109 from owncloud/nstamm-patch-1

DragnDrop Upload text style
parents c587a4aa 8c33a8e6
Branches
No related tags found
No related merge requests found
......@@ -316,7 +316,14 @@ table td.filename .nametext .innernametext {
table td.filename .uploadtext {
font-weight: normal;
margin-left: 8px;
margin-left: 55px;
margin-top: 5px;
height: 20px;
padding: 10px 0;
font-size: 11px;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter: alpha(opacity=50);
opacity: .5;
}
.ie8 input[type="checkbox"]{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment