summaryrefslogtreecommitdiffstats
path: root/pyload/webui/themes/Flat/css/MooDialog.css
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/webui/themes/Flat/css/MooDialog.css')
-rw-r--r--pyload/webui/themes/Flat/css/MooDialog.css6
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;
}