mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-05 16:08:40 +00:00
add styles for messagebox icons
fix the style for the login box
This commit is contained in:
parent
bccb7ca66e
commit
73d0023ef5
2 changed files with 10 additions and 1 deletions
|
@ -161,3 +161,12 @@ input {
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* MessageBox icon styles */
|
||||||
|
.x-deluge-warning {
|
||||||
|
background: url('/icons/16/warning.png') no-repeat 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.x-deluge-error {
|
||||||
|
background: url('/icons/16/error.png') no-repeat 2px;
|
||||||
|
}
|
|
@ -38,7 +38,7 @@ Deluge.Login = {
|
||||||
buttons: Ext.MessageBox.OK,
|
buttons: Ext.MessageBox.OK,
|
||||||
modal: false,
|
modal: false,
|
||||||
icon: Ext.MessageBox.WARNING,
|
icon: Ext.MessageBox.WARNING,
|
||||||
iconCls: '.x-deluge-warning'
|
iconCls: 'x-deluge-warning'
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue