summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--roundcubemail/skins/npk/common.css3
-rw-r--r--roundcubemail/skins/npk/includes/taskbar.html10
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>