Problema del color de los botones (en realidad "a") en las tablas

This commit is contained in:
rene
2011-02-18 15:27:11 +00:00
parent 00d4a6cc53
commit 2498459ee7

View File

@@ -1626,7 +1626,6 @@ div#toolbar
-moz-box-shadow:0 1px 2px rgba(0,0,0,0.2);-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.2);
background-color:#EEE;
background-image: none;
/*color:#333;*/
font-size:10px;
font-weight:400;
text-transform: capitalize;
@@ -1635,10 +1634,13 @@ div#toolbar
text-decoration:none;
line-height: 14px;
font-family: Arial,serif;
/*cursor:pointer;*/
border:1px solid #aaa;
background:url("/skins/ext/images/gray/button/btn.gif") repeat-x scroll 0 -1096px transparent;
}
.pagedTableDefault .pagedTable .RowLink a{
color:#333;
/*cursor:pointer;*/
}
/*HOVER*/
.pagedTableDefault .pagedTable .RowLink a:hover,.module_app_button___gray:hover,.button_pm:hover,.module_app_buttonHover___gray{
background-color:#AAA;