From: tokul Date: Sat, 31 Dec 2005 14:36:53 +0000 (+0000) Subject: adding some styles for left folder tree X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=bd26fc824b1252f4d93ae1f4ef5eb87d891d7a80 adding some styles for left folder tree git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10523 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/templates/default/stylesheet.tpl b/templates/default/stylesheet.tpl index 3be697e5..a6227447 100644 --- a/templates/default/stylesheet.tpl +++ b/templates/default/stylesheet.tpl @@ -13,6 +13,9 @@ *
  • SQM_BACKGROUND_LEFT - background of folder tree *
  • SQM_TEXT_STANDARD - text color *
  • SQM_TEXT_STANDARD_LEFT - text color of folder tree + *
  • SQM_LINK - color of links + *
  • SQM_LINK_LEFT - color of links in folder tree + *
  • SQM_TEXT_SPECIAL - color of special folder links in folder tree *
  • todo: other constants should be documented here * * @@ -50,15 +53,20 @@ body.leftmain { background-color: ; } -/* right links (a:link, a:visited, a:hover, a:active) */ -a { +/* right links */ +a:link, a:visited, a:hover, a:active { color: ; } /* left links */ -/* TODO: recheck link css */ -a.leftmain { +.leftmain a:link, .leftmain a:visited, .leftmain a:hover, .leftmain a:active { color: ; } +.leftspecial, .leftspecial a:link, .leftspecial a:visited, .leftspecial a:hover, .leftspecial a:active { + color: ; +} +.leftnoselect a:link, .leftnoselect a:visited, .leftnoselect a:hover, .leftnoselect a:active { + color: ; +} td, th {