fix displaying the "Browse..." button next to the file upload field
This commit is contained in:
parent
031ec92799
commit
3ce6f6bb88
|
@ -96,15 +96,6 @@ input {
|
|||
background: url('/icons/add.png') no-repeat 2px;
|
||||
}
|
||||
|
||||
/*.x-deluge-add-file {
|
||||
background: url('/icons/add_file.png');
|
||||
padding-left: 20px;
|
||||
}*/
|
||||
|
||||
.x-form-file-wrap, .x-form-file {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/* Add Url Window */
|
||||
.x-deluge-add-file, .x-btn .x-deluge-add-file {
|
||||
background: url('/icons/add_file.png') no-repeat 2px;
|
||||
|
|
|
@ -65,8 +65,9 @@ html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,bloc
|
|||
opacity: 0;
|
||||
z-index: 2;
|
||||
height: 22px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.x-form-file-wrap .x-form-file-btn {
|
||||
.x-form-file-wrap .x-btn {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
z-index: 1;
|
||||
|
|
Loading…
Reference in New Issue