Problema del color de los botones (en realidad "a") en las tablas
This commit is contained in:
@@ -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);
|
-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-color:#EEE;
|
||||||
background-image: none;
|
background-image: none;
|
||||||
/*color:#333;*/
|
|
||||||
font-size:10px;
|
font-size:10px;
|
||||||
font-weight:400;
|
font-weight:400;
|
||||||
text-transform: capitalize;
|
text-transform: capitalize;
|
||||||
@@ -1635,10 +1634,13 @@ div#toolbar
|
|||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
line-height: 14px;
|
line-height: 14px;
|
||||||
font-family: Arial,serif;
|
font-family: Arial,serif;
|
||||||
/*cursor:pointer;*/
|
|
||||||
border:1px solid #aaa;
|
border:1px solid #aaa;
|
||||||
background:url("/skins/ext/images/gray/button/btn.gif") repeat-x scroll 0 -1096px transparent;
|
background:url("/skins/ext/images/gray/button/btn.gif") repeat-x scroll 0 -1096px transparent;
|
||||||
}
|
}
|
||||||
|
.pagedTableDefault .pagedTable .RowLink a{
|
||||||
|
color:#333;
|
||||||
|
/*cursor:pointer;*/
|
||||||
|
}
|
||||||
/*HOVER*/
|
/*HOVER*/
|
||||||
.pagedTableDefault .pagedTable .RowLink a:hover,.module_app_button___gray:hover,.button_pm:hover,.module_app_buttonHover___gray{
|
.pagedTableDefault .pagedTable .RowLink a:hover,.module_app_button___gray:hover,.button_pm:hover,.module_app_buttonHover___gray{
|
||||||
background-color:#AAA;
|
background-color:#AAA;
|
||||||
|
|||||||
Reference in New Issue
Block a user