[CMF-checkins] CVS: CMF/CMFDecor/skins/zpt_generic - zpt_stylesheet.css:1.11
Ken Manheimer
klm@zope.com
Tue, 9 Oct 2001 13:36:51 -0400
Update of /cvs-repository/CMF/CMFDecor/skins/zpt_generic
In directory cvs.zope.org:/tmp/cvs-serv18875
Modified Files:
zpt_stylesheet.css
Log Message:
Tiny changes to increase the contrast between the actions box
background gray and the foreground white font.
=== CMF/CMFDecor/skins/zpt_generic/zpt_stylesheet.css 1.10 => 1.11 ===
#ContextActionsBox {
- border-color: #CCCCCC;
- background-color: #CCCCCC;
+ border-color: #AAAAAA;
+ background-color: #AAAAAA;
padding: none;
}
.ContextActionsRow {
color: White;
- background-color: #CCCCCC;
+ background-color: #AAAAAA;
}