diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-08-29 12:12:23 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-08-29 12:12:23 +0200 |
commit | 81de1c4b127e116c8ca3e5df620b5c0a56a087bc (patch) | |
tree | 45d4b4d22344c9588bd2e4e16be450a239a4e2cd /module/webui/themes/flat/css/window.css | |
parent | [webui] Improve and fix (diff) | |
download | pyload-81de1c4b127e116c8ca3e5df620b5c0a56a087bc.tar.xz |
[webui] Improve and fix 2
Diffstat (limited to 'module/webui/themes/flat/css/window.css')
-rw-r--r-- | module/webui/themes/flat/css/window.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/webui/themes/flat/css/window.css b/module/webui/themes/flat/css/window.css index 12829868b..2bde6dee5 100644 --- a/module/webui/themes/flat/css/window.css +++ b/module/webui/themes/flat/css/window.css @@ -58,7 +58,7 @@ margin-left:150px; width:125px; height:31px; - background:#666666 url(../img/button.png) no-repeat; + background:#666666 url(../img/default/button.png) no-repeat; text-align:center; line-height:31px; color:#FFFFFF; |