diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-08-30 19:21:27 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-08-30 19:21:27 +0200 |
commit | 5297f54d11ef29b938a077e3acf9c5b557c62677 (patch) | |
tree | 8c11ba278bd4779bda00aecb5f58699a811bf72a /module/webui/themes/dark/css | |
parent | Fix resume and progress column for some FTP files (diff) | |
download | pyload-5297f54d11ef29b938a077e3acf9c5b557c62677.tar.xz |
[webui] Improve and fix 3
Diffstat (limited to 'module/webui/themes/dark/css')
-rw-r--r-- | module/webui/themes/dark/css/dark.css (renamed from module/webui/themes/dark/css/default.css) | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/module/webui/themes/dark/css/default.css b/module/webui/themes/dark/css/dark.css index 951c8b136..ca16d0621 100644 --- a/module/webui/themes/dark/css/default.css +++ b/module/webui/themes/dark/css/dark.css @@ -241,12 +241,6 @@ ul#page-actions-more a:hover, ul#page-actions-more a:focus{ display:none; } -a.action.index { - background:transparent url(../img/default/wiki-tools-index.png) 0px 1px no-repeat; -} -a.action.recent { - background:transparent url(../img/default/wiki-tools-recent.png) 0px 1px no-repeat; -} a.logout { background:transparent url(../img/default/user-actions-logout.png) 0px 1px no-repeat; } |