diff --git a/htdocs/theme/yellow/dolibarr.css b/htdocs/theme/yellow/dolibarr.css index 6b1ad70112c..f9e48e16cc9 100644 --- a/htdocs/theme/yellow/dolibarr.css +++ b/htdocs/theme/yellow/dolibarr.css @@ -109,6 +109,31 @@ tr.impair background: #eeeecc; font-family: Helvetica, Verdana; font-size: 12px; } +/* + * + */ + +tr.box_titre +{ + background: #999966; + font-family: Helvetica, Verdana; font-size: 0.9em; font-weight: bold; + } + +tr.box_pair +{ + background: #dcdcb3; + font-family: Helvetica, Verdana; font-size: 0.8em; + } + +tr.box_impair +{ + background: #eeeecc; + font-family: Helvetica, Verdana; font-size: 0.8em; + } + +/* + * + */ input.flat {