Add best-fit mode
This commit is contained in:
parent
d113b9d950
commit
2f7a3268f1
3 changed files with 30 additions and 0 deletions
|
@ -142,6 +142,10 @@
|
|||
#cb-toolbar button.cb-fit-width:hover { background-position: -24px -48px }
|
||||
#cb-toolbar button.cb-fit-width[disabled=disabled] { background-position: -48px -48px }
|
||||
|
||||
#cb-toolbar button.cb-fit-best { background-position: 0 -192px }
|
||||
#cb-toolbar button.cb-fit-best:hover { background-position: -24px -192px }
|
||||
#cb-toolbar button.cb-fit-best[disabled=disabled] { background-position: -48px -192px }
|
||||
|
||||
#cb-toolbar button.cb-read-direction#toleft{ background-position: 0 -144px }
|
||||
#cb-toolbar button.cb-read-direction:hover#toleft{ background-position: -24px -144px }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue