|
From: Manni H. <man...@us...> - 2004-07-31 18:05:15
|
Update of /cvsroot/popfile/engine/skins/outlook In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30940/skins/outlook Modified Files: style.css Log Message: Some more updates to the skins, courtesy of Joseph Connors. Index: style.css =================================================================== RCS file: /cvsroot/popfile/engine/skins/outlook/style.css,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** style.css 20 Jul 2004 16:45:03 -0000 1.2 --- style.css 31 Jul 2004 18:04:36 -0000 1.3 *************** *** 17,21 **** } ! input, select { color: #000000; background-color: #F2F0F0; --- 17,21 ---- } ! input, select, textarea { color: #000000; background-color: #F2F0F0; *************** *** 284,285 **** --- 284,293 ---- background-color: #808080; } + + div.helpMessage { + color: black; + background-color: #C6CBD2; + border: 1px solid #000000; + padding: 0.3em; + padding-bottom: 0; + } |