diff examples/common/default/default.css @ 190:ba6c2c3c0373

Add CSS for "info", "support" and "test" group.
author HIROSE Yuuji <yuuji@gentei.org>
date Sat, 23 Apr 2016 20:09:04 +0859
parents 78914c16b41c
children 5d83ff0bbd40
line wrap: on
line diff
--- a/examples/common/default/default.css	Sat Apr 23 17:34:04 2016 +0859
+++ b/examples/common/default/default.css	Sat Apr 23 20:09:04 2016 +0859
@@ -115,6 +115,9 @@
 div.iconlist p._event	{background: maroon; color: white;}
 div.iconlist p._misc	{background: purple; color: white;}
 div.iconlist p._record	{background: red; color: white;}
+div.iconlist p._info	{background: #eff;} /* light cyan */
+div.iconlist p._support	{background: #ffe;} /* light yellow */
+div.iconlist p._test	{background: #ffb6c1;} /* light pink */
 div.xy120x120 {min-width: 120px; min-height: 140px;}
 div.xy96x96 {min-width: 96px; min-height: 116px;}
 div.xy50x50 {min-width: 50px; min-height: 70px;}

yatex.org