Commit b64e076385308cbf36779ff7cedd00e24d71e175

Authored by Pedro de Lyra Pereira
Committed by Arthur Sturzbecher
1 parent 16c2a567
Exists in bug_fix_40

Add style to software description link on search catalog page

SPB/SPB Issue #340
Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
src/noosfero-spb-theme/css/search-pages.css
... ... @@ -119,3 +119,7 @@
119 119 background: none;
120 120 border: 1px solid #ccc;
121 121 }
  122 +
  123 +.search-software-item .search-software-content-block .search-content-result a {
  124 + color: #172738 !important;
  125 +}
... ...