summaryrefslogtreecommitdiffstats
path: root/module/webui/themes/dark/css/MooDialog.css
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-08-29 12:12:23 +0200
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-08-29 12:12:23 +0200
commit81de1c4b127e116c8ca3e5df620b5c0a56a087bc (patch)
tree45d4b4d22344c9588bd2e4e16be450a239a4e2cd /module/webui/themes/dark/css/MooDialog.css
parent[webui] Improve and fix (diff)
downloadpyload-81de1c4b127e116c8ca3e5df620b5c0a56a087bc.tar.xz
[webui] Improve and fix 2
Diffstat (limited to 'module/webui/themes/dark/css/MooDialog.css')
-rw-r--r--module/webui/themes/dark/css/MooDialog.css13
1 files changed, 6 insertions, 7 deletions
diff --git a/module/webui/themes/dark/css/MooDialog.css b/module/webui/themes/dark/css/MooDialog.css
index 7e08b1c80..dd0c0a601 100644
--- a/module/webui/themes/dark/css/MooDialog.css
+++ b/module/webui/themes/dark/css/MooDialog.css
@@ -45,7 +45,7 @@
}
.MooDialog .close {
- background: url(../img/dialog-close.png) no-repeat;
+ background: url(../img/MooDialog/dialog-close.png) no-repeat;
width: 16px;
height: 16px;
display: block;
@@ -71,25 +71,24 @@
.MooDialog .textInput {
width: 200px;
float: left;
- color:white;
+ color:white;
}
.MooDialog .MooDialogAlert,
.MooDialog .MooDialogConfirm,
.MooDialog .MooDialogPrompt,
.MooDialog .MooDialogError {
- background: url(../img/dialog-warning.png) no-repeat;
+ background: url(../img/MooDialog/dialog-warning.png) no-repeat;
padding-left: 40px;
min-height: 40px;
- color:white;
+ color:white;
}
.MooDialog .MooDialogConfirm,
.MooDialog .MooDialogPromt {
- background: url(../img/dialog-question.png) no-repeat;
+ background: url(../img/MooDialog/dialog-question.png) no-repeat;
}
.MooDialog .MooDialogError {
- background: url(../img/dialog-error.png) no-repeat;
+ background: url(../img/MooDialog/dialog-error.png) no-repeat;
}
-