diff options
author | Walter Purcaro <vuolter@gmail.com> | 2015-02-17 19:35:35 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2015-02-17 19:35:35 +0100 |
commit | a5f665f504dc544b4a03f2ee81da6c44555415e5 (patch) | |
tree | 4367bbbd041bf99fb54ba9e3f43a52a26944d801 /pyload/webui/themes/Flat/css/MooDialog.css | |
parent | Merge branch 'pr/n1006_mariusbaumann' into 0.4.10 (diff) | |
download | pyload-a5f665f504dc544b4a03f2ee81da6c44555415e5.tar.xz |
Update webui
Diffstat (limited to 'pyload/webui/themes/Flat/css/MooDialog.css')
-rw-r--r-- | pyload/webui/themes/Flat/css/MooDialog.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pyload/webui/themes/Flat/css/MooDialog.css b/pyload/webui/themes/Flat/css/MooDialog.css index 7d6e38ece..e7fb7c23b 100644 --- a/pyload/webui/themes/Flat/css/MooDialog.css +++ b/pyload/webui/themes/Flat/css/MooDialog.css @@ -70,16 +70,16 @@ .MooDialog .MooDialogConfirm, .MooDialog .MooDialogPrompt, .MooDialog .MooDialogError { - background: url(../img/MooDialog/dialog-warning.png) no-repeat; + background: url(../lib/MooTools/MooDialog/css/dialog-warning.png) no-repeat; padding-left: 40px; min-height: 40px; } .MooDialog .MooDialogConfirm, .MooDialog .MooDialogPromt { - background: url(../img/MooDialog/dialog-question.png) no-repeat; + background: url(../lib/MooTools/MooDialog/css/dialog-question.png) no-repeat; } .MooDialog .MooDialogError { - background: url(../img/MooDialog/dialog-error.png) no-repeat; + background: url(../lib/MooTools/MooDialog/css/dialog-error.png) no-repeat; } |