diff options
author | Walter Purcaro <vuolter@gmail.com> | 2015-02-17 19:35:35 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2015-02-17 19:35:35 +0100 |
commit | a5f665f504dc544b4a03f2ee81da6c44555415e5 (patch) | |
tree | 4367bbbd041bf99fb54ba9e3f43a52a26944d801 /pyload/webui/themes/Dark/css | |
parent | Merge branch 'pr/n1006_mariusbaumann' into 0.4.10 (diff) | |
download | pyload-a5f665f504dc544b4a03f2ee81da6c44555415e5.tar.xz |
Update webui
Diffstat (limited to 'pyload/webui/themes/Dark/css')
-rw-r--r-- | pyload/webui/themes/Dark/css/MooDialog.css | 8 | ||||
-rw-r--r-- | pyload/webui/themes/Dark/css/base.css | 54 |
2 files changed, 31 insertions, 31 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; } diff --git a/pyload/webui/themes/Dark/css/base.css b/pyload/webui/themes/Dark/css/base.css index f0bae8f24..80dc363e1 100644 --- a/pyload/webui/themes/Dark/css/base.css +++ b/pyload/webui/themes/Dark/css/base.css @@ -242,80 +242,80 @@ ul#page-actions-more a:hover, ul#page-actions-more a:focus{ } a.logout { - background:transparent url(../img/default/user-actions-logout.png) 0px 1px no-repeat; + background:transparent url(../img/user-actions-logout.png) 0px 1px no-repeat; } a.info { - background:transparent url(../img/default/user-info.png) 0px 1px no-repeat; + background:transparent url(../img/user-info.png) 0px 1px no-repeat; } a.admin { - background:transparent url(../img/default/user-actions-admin.png) 0px 1px no-repeat; + background:transparent url(../img/user-actions-admin.png) 0px 1px no-repeat; } a.profile { - background:transparent url(../img/default/user-actions-profile.png) 0px 1px no-repeat; + background:transparent url(../img/user-actions-profile.png) 0px 1px no-repeat; } a.create, a.edit { - background:transparent url(../img/default/page-tools-edit.png) 0px 1px no-repeat; + background:transparent url(../img/page-tools-edit.png) 0px 1px no-repeat; } a.source, a.show { - background:transparent url(../img/default/page-tools-source.png) 0px 1px no-repeat; + background:transparent url(../img/page-tools-source.png) 0px 1px no-repeat; } a.revisions { - background:transparent url(../img/default/page-tools-revisions.png) 0px 1px no-repeat; + background:transparent url(../img/page-tools-revisions.png) 0px 1px no-repeat; } a.subscribe, a.unsubscribe { - background:transparent url(../img/default/page-tools-subscribe.png) 0px 1px no-repeat; + background:transparent url(../img/page-tools-subscribe.png) 0px 1px no-repeat; } a.backlink { - background:transparent url(../img/default/page-tools-backlinks.png) 0px 1px no-repeat; + background:transparent url(../img/page-tools-backlinks.png) 0px 1px no-repeat; } a.play { - background:transparent url(../img/default/control_play.png) 0px 1px no-repeat; + background:transparent url(../img/control_play.png) 0px 1px no-repeat; } .time { - background:transparent url(../img/default/status_None.png) 0px 1px no-repeat; + background:transparent url(../img/status_None.png) 0px 1px no-repeat; padding: 2px 0px 2px 18px; margin: 0px 3px; } .reconnect { - background:transparent url(../img/default/reconnect.png) 0px 1px no-repeat; + background:transparent url(../img/reconnect.png) 0px 1px no-repeat; padding: 2px 0px 2px 18px; margin: 0px 3px; } a.play:hover { - background:transparent url(../img/default/control_play_blue.png) 0px 1px no-repeat; + background:transparent url(../img/control_play_blue.png) 0px 1px no-repeat; } a.cancel { - background:transparent url(../img/default/control_cancel.png) 0px 1px no-repeat; + background:transparent url(../img/control_cancel.png) 0px 1px no-repeat; } a.cancel:hover { - background:transparent url(../img/default/control_cancel_blue.png) 0px 1px no-repeat; + background:transparent url(../img/control_cancel_blue.png) 0px 1px no-repeat; } a.pause { - background:transparent url(../img/default/control_pause.png) 0px 1px no-repeat; + background:transparent url(../img/control_pause.png) 0px 1px no-repeat; } a.pause:hover { - background:transparent url(../img/default/control_pause_blue.png) 0px 1px no-repeat; + background:transparent url(../img/control_pause_blue.png) 0px 1px no-repeat; font-weight: bold; } a.stop { - background:transparent url(../img/default/control_stop.png) 0px 1px no-repeat; + background:transparent url(../img/control_stop.png) 0px 1px no-repeat; } a.stop:hover { - background:transparent url(../img/default/control_stop_blue.png) 0px 1px no-repeat; + background:transparent url(../img/control_stop_blue.png) 0px 1px no-repeat; } a.add { - background:transparent url(../img/default/control_add.png) 0px 1px no-repeat; + background:transparent url(../img/control_add.png) 0px 1px no-repeat; } a.add:hover { - background:transparent url(../img/default/control_add_blue.png) 0px 1px no-repeat; + background:transparent url(../img/control_add_blue.png) 0px 1px no-repeat; } a.cog { - background:transparent url(../img/default/cog.png) 0px 1px no-repeat; + background:transparent url(../img/cog.png) 0px 1px no-repeat; } #head-panel { - background:#525252 url(../img/default/head_bg1.png) bottom left repeat-x; + background:#525252 url(../img/head_bg1.png) bottom left repeat-x; } #head-panel h1 { display:none; @@ -333,7 +333,7 @@ a.cog { overflow:visible; } #head-menu { - background:transparent url(../img/default/tabs-border-bottom.png) 0 100% repeat-x; + background:transparent url(../img/tabs-border-bottom.png) 0 100% repeat-x; width:100%; float:left; margin:0; @@ -887,19 +887,19 @@ ul.nav ul ul { .purr-alert.error{ color:#F55; padding-left:30px; - background:url(../img/default/error.png) no-repeat #000 7px 10px; + background:url(../img/error.png) no-repeat #000 7px 10px; width:280px; } .purr-alert.success{ color:#5F5; padding-left:30px; - background:url(../img/default/success.png) no-repeat #000 7px 10px; + background:url(../img/success.png) no-repeat #000 7px 10px; width:280px; } .purr-alert.notice{ color:#99F; padding-left:30px; - background:url(../img/default/notice.png) no-repeat #000 7px 10px; + background:url(../img/notice.png) no-repeat #000 7px 10px; width:280px; } |