adjust text size and opacity of drag'n'drop upload text style

This commit is contained in:
Jan-Christoph Borchardt 2014-09-23 13:36:47 +02:00
parent a2a1f5da6a
commit 8c33a8e6fd
1 changed files with 4 additions and 0 deletions

View File

@ -320,6 +320,10 @@ table td.filename .uploadtext {
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"]{