adjust text size and opacity of drag'n'drop upload text style
This commit is contained in:
parent
a2a1f5da6a
commit
8c33a8e6fd
1 changed files with 4 additions and 0 deletions
|
@ -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"]{
|
||||
|
|
Loading…
Reference in a new issue