mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +00:00
fix displaying the "Browse..." button next to the file upload field
This commit is contained in:
parent
031ec92799
commit
3ce6f6bb88
2 changed files with 2 additions and 10 deletions
|
@ -96,15 +96,6 @@ input {
|
||||||
background: url('/icons/add.png') no-repeat 2px;
|
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 */
|
/* Add Url Window */
|
||||||
.x-deluge-add-file, .x-btn .x-deluge-add-file {
|
.x-deluge-add-file, .x-btn .x-deluge-add-file {
|
||||||
background: url('/icons/add_file.png') no-repeat 2px;
|
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;
|
opacity: 0;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
height: 22px;
|
height: 22px;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
.x-form-file-wrap .x-form-file-btn {
|
.x-form-file-wrap .x-btn {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right: 0;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue