diff options
Diffstat (limited to 'module/webui/themes/dark/css/MooDialog.css')
-rw-r--r-- | module/webui/themes/dark/css/MooDialog.css | 13 |
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; } - |