Commit cdfe18f75e676549a5cf88219c96ab85e68803a3
1 parent
dd61d0cf
Exists in
staging
and in
42 other branches
ActionItem518: more a little in product category selector
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2212 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
2 changed files
with
11 additions
and
11 deletions
Show diff stats
public/stylesheets/common.css
| @@ -343,3 +343,13 @@ div.sitemap-item a:hover { | @@ -343,3 +343,13 @@ div.sitemap-item a:hover { | ||
| 343 | float: left; | 343 | float: left; |
| 344 | } | 344 | } |
| 345 | 345 | ||
| 346 | +.select-subcategory-link { | ||
| 347 | + border: 1px solid #BBB; | ||
| 348 | + padding: 0px 3px; | ||
| 349 | + margin: 2px 0px; | ||
| 350 | + text-decoration: none; | ||
| 351 | +} | ||
| 352 | +.select-subcategory-link:hover { | ||
| 353 | + background-color: #FFA; | ||
| 354 | +} | ||
| 355 | + |
public/stylesheets/controller_manage_products.css
No preview for this file type