summaryrefslogtreecommitdiffstats
path: root/pyload/webui/themes/Dark/css/MooDialog.css
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2015-02-17 19:35:35 +0100
committerGravatar Walter Purcaro <vuolter@gmail.com> 2015-02-17 19:35:35 +0100
commita5f665f504dc544b4a03f2ee81da6c44555415e5 (patch)
tree4367bbbd041bf99fb54ba9e3f43a52a26944d801 /pyload/webui/themes/Dark/css/MooDialog.css
parentMerge branch 'pr/n1006_mariusbaumann' into 0.4.10 (diff)
downloadpyload-a5f665f504dc544b4a03f2ee81da6c44555415e5.tar.xz
Update webui
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;
}