disable the strech button if in an auto zoom mode

This commit is contained in:
Bala Clark 2011-09-06 11:26:34 +02:00
parent f049aa9899
commit 81a5dc907f
3 changed files with 36 additions and 33 deletions

View file

@ -105,7 +105,8 @@
background-position-x: -24px;
}
#cb-toolbar button.disabled {
#cb-toolbar button[disabled=disabled] {
cursor: auto;
background-position-x: -48px;
}