ItEr42S05ValidacionEProbasFuncionaisItEr41S05: Fixes for problem with button clicking due to line border width changes

This commit is contained in:
Lorenzo Tilve 2010-01-07 10:16:27 +01:00 committed by Javier Moran Rua
parent 9e8809fafb
commit 322c966199

View file

@ -122,6 +122,16 @@ button.z-button {
background-image: none;
}
.z-button table {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-top: 1px solid transparent;
border-left: 1px solid transparent;
}
.z-button table:active {
border-color: #3f5917;
}
.z-button-cm:active {
background-color: #A1D586; /* green2 (active background)*/
border-right: 1px solid #439e32;