# HG changeset patch # User Sylvain Thénault # Date 1249486252 -7200 # Node ID f19bc131b2d938253c9a73d8782abe4f87cd947c # Parent afcc19c9207224a7d543add16b476d9efb07d046 [css] fix cubicweb.css for action'selected class diff -r afcc19c92072 -r f19bc131b2d9 web/data/cubicweb.css --- a/web/data/cubicweb.css Wed Aug 05 17:30:47 2009 +0200 +++ b/web/data/cubicweb.css Wed Aug 05 17:30:52 2009 +0200 @@ -388,7 +388,7 @@ padding: 1px 9px 1px 3px; } -ul.boxListing a.selected { +ul.boxListing .selected { color: #FF4500; font-weight: bold; }