summaryrefslogtreecommitdiffstats
path: root/pyload/webui/themes/Dark/css/MooDialog.css
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/webui/themes/Dark/css/MooDialog.css')
-rw-r--r--pyload/webui/themes/Dark/css/MooDialog.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/pyload/webui/themes/Dark/css/MooDialog.css b/pyload/webui/themes/Dark/css/MooDialog.css
index 1714e170f..3c070efa9 100644
--- a/pyload/webui/themes/Dark/css/MooDialog.css
+++ b/pyload/webui/themes/Dark/css/MooDialog.css
@@ -45,7 +45,7 @@
}
.MooDialog .close {
- background: url(../img/MooDialog/dialog-close.png) no-repeat;
+ background: url(../lib/MooTools/MooDialog/css/dialog-close.png) no-repeat;
width: 16px;
height: 16px;
display: block;
@@ -78,7 +78,7 @@
.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;
color:white;
@@ -86,9 +86,9 @@
.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;
}