ItEr42S05ValidacionEProbasFuncionaisItEr41S05: Fixes for problem with button clicking due to line border width changes
This commit is contained in:
parent
9e8809fafb
commit
322c966199
1 changed files with 10 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue