From bb9f3dc820da4a90560608fb39add873eafaf7b5 Mon Sep 17 00:00:00 2001 From: stekkel Date: Mon, 7 Oct 2002 19:53:32 +0000 Subject: [PATCH] more button display enhancements git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3799 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/mailbox_display.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/functions/mailbox_display.php b/functions/mailbox_display.php index e22f80d8..982c1316 100644 --- a/functions/mailbox_display.php +++ b/functions/mailbox_display.php @@ -1243,15 +1243,15 @@ function getMbxList($imapConnection) { function getButton($type, $name, $value) { global $color; -$style = ' STYLE="background:'.$color[3].';font-size:xx-small;font-weight:bold;'. +$style = ' STYLE="background:'.$color[4].';font-size:80%;font-weight:bold;'. 'color:'.$color[8].';margin:0.05em;border:0.2em outset '. $color[9].';"'; -$javascript = " onmouseover=\"this.style.borderColor='$color[8]'". +$javascript = " onmouseover=\"this.style.color='$color[4]'". ";this.style.borderStyle='inset'" . - ";this.style.background='$color[0]';\";" . - " onmouseout=\"this.style.borderColor='$color[9]'". + ";this.style.background='$color[3]';\";" . + " onmouseout=\"this.style.color='$color[8]'". ";this.style.borderStyle='outset'" . - ";this.style.background='$color[3]';\";"; + ";this.style.background='$color[4]';\";"; return ''; } -- 2.25.1