git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11787
7612ce4b-ef26-0410-bec9-
ea0150e637f0
--- /dev/null
+<?php
+
+/**
+ * CSS Theme description
+ *
+ * @copyright © 2004-2006 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
+ * @version $Id$
+ * @package squirrelmail
+ * @subpackage css_themes
+ */
+$css_themes[] = array('NAME'=>_("Blue Gradient"),'PATH'=> SM_PATH.'css/blue_gradient/');
--- /dev/null
+td.header1 {
+ background: url('img/gradient-blue.png') repeat-x;
+ vertical-align: middle;
+}
+
+#optionGroups td.optionElement table {
+ border:1px solid #a6b2e2;
+}
+
+#optionGroups td.optionName {
+ background: url('img/gradient-blue.png') repeat-x;
+ vertical-align: middle;
+}
+
+#optionDisplay table {
+ border:1px solid #a6b2e2;
+}
\ No newline at end of file