Commit a56ceaed987a5b9e943a4afcb404d896861b76fd

Authored by Arthur Sturzbecher
1 parent 9cab23b8

fixing wiki and repository blocks style

Showing 1 changed file with 7 additions and 5 deletions   Show diff stats
css/software-pages.css
... ... @@ -281,20 +281,22 @@
281 281 }
282 282  
283 283 .template-default .box-3 #bt_wiki,
284   -.template-default .box-3 #bt_wiki:active,
285   -.template-default .box-3 #bt_wiki:visited,
286   -.template-default .box-3 #bt_repositorio,
287   -.template-default .box-3 #bt_repositorio:active,
288   -.template-default .box-3 #bt_repositorio:visited{
  284 +.template-default .box-3 #bt_repositorio {
289 285 border-radius: 4px;
290 286 padding: 12px 10px;
291 287 background: #EAEBEE;
  288 + color: #2C66CE;
292 289 font: normal normal bold 12px 'open_sansbold', arial, helvetica, sans-serif;
293 290 text-transform: uppercase;
294 291 display: block;
295 292 position: relative;
296 293 }
297 294  
  295 +.template-default .box-3 #bt_wiki:hover,
  296 +.template-default .box-3 #bt_repositorio:hover {
  297 + color:#172738;
  298 +}
  299 +
298 300 .template-default .box-3 #bt_wiki:after,
299 301 .template-default .box-3 #bt_repositorio:after{
300 302 margin-top: -2px;
... ...