diff options
| author | Nathan Kinkade <nkinkade@nkinka.de> | 2009-03-12 02:00:31 +0000 |
|---|---|---|
| committer | Nathan Kinkade <nkinkade@nkinka.de> | 2009-03-12 02:00:31 +0000 |
| commit | 0d5cb5a68569f61fcb054e51b520dc6b090794a1 (patch) | |
| tree | f3ce251de6f51ef6489a858d0ab9cb0e6b8345cf | |
| parent | 2dfa10442e4eb437375eced99b500129d5160b04 (diff) | |
While I'm on the image-removal rampage, removed the images from the taskbar.
| -rw-r--r-- | roundcubemail/skins/npk/common.css | 3 | ||||
| -rw-r--r-- | roundcubemail/skins/npk/includes/taskbar.html | 10 |
2 files changed, 7 insertions, 6 deletions
diff --git a/roundcubemail/skins/npk/common.css b/roundcubemail/skins/npk/common.css index ec2cd526f..8628da187 100644 --- a/roundcubemail/skins/npk/common.css +++ b/roundcubemail/skins/npk/common.css @@ -162,7 +162,7 @@ img #taskbar a:visited { font-size: 11px; - color: #666666; + color: blue; text-decoration: none; padding: 6px 16px 6px 25px; background-repeat: no-repeat; @@ -171,6 +171,7 @@ img #taskbar a:hover { color: #333333; + text-decoration: underline; } a.button-mail diff --git a/roundcubemail/skins/npk/includes/taskbar.html b/roundcubemail/skins/npk/includes/taskbar.html index ef1aa8268..30c781d75 100644 --- a/roundcubemail/skins/npk/includes/taskbar.html +++ b/roundcubemail/skins/npk/includes/taskbar.html @@ -1,6 +1,6 @@ <div id="taskbar"> -<roundcube:button command="mail" label="mail" class="button-mail" /> -<roundcube:button command="addressbook" label="addressbook" class="button-addressbook" /> -<roundcube:button command="settings" label="settings" class="button-settings" /> -<roundcube:button command="logout" label="logout" class="button-logout" /> -</div>
\ No newline at end of file +<roundcube:button command="mail" type="link" label="mail" class="Zbutton-mail" /> +<roundcube:button command="addressbook" type="link" label="addressbook" class="Zbutton-mail" /> +<roundcube:button command="settings" type="link" label="settings" class="Zbutton-settings" /> +<roundcube:button command="logout" type="link" label="logout" class="Zbutton-logout" /> +</div> |
