diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-04-19 17:46:22 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-04-19 17:46:22 +0000 |
| commit | 01dd902e1dfde96f3abcbeede59c333b97a86703 (patch) | |
| tree | 283c9194526fb7c31d28c42ad99600fc4d08fd22 /roundcubemail/skins/default/common.css | |
| parent | 437651b60cf1042d2583f303e8632afa98404f67 (diff) | |
- use transparent image for taskbar backround (#1486624)
git-svn-id: https://svn.roundcube.net/trunk@3504 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default/common.css')
| -rw-r--r-- | roundcubemail/skins/default/common.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/skins/default/common.css b/roundcubemail/skins/default/common.css index 95a52a748..4faf79dfa 100644 --- a/roundcubemail/skins/default/common.css +++ b/roundcubemail/skins/default/common.css @@ -146,7 +146,7 @@ img right: 0px; width: 600px; height: 24px; - background: url(images/taskbar.gif) top right no-repeat; + background: url(images/taskbar.png) top right no-repeat; padding: 10px 4px 5px 0px; text-align: right; white-space: nowrap; |
