зеркало из https://github.com/mozilla/pjs.git
Bug 380736 - fix bugs in the resize-attached-images functionality and add other improvements
r=bienvenu sr=neil
This commit is contained in:
Родитель
a96d3bcd37
Коммит
35b95301d8
|
@ -123,11 +123,11 @@ span.moz-txt-formfeed {
|
|||
}
|
||||
|
||||
/* ::::: attached images ::::: */
|
||||
.moz-attached-image-unscaled {
|
||||
.moz-attached-image[overflowing="true"] {
|
||||
cursor: -moz-zoom-out;
|
||||
}
|
||||
|
||||
.moz-attached-image-scaled {
|
||||
.moz-attached-image[isshrunk="true"] {
|
||||
cursor: -moz-zoom-in;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
|
|
@ -123,11 +123,11 @@ span.moz-txt-formfeed {
|
|||
}
|
||||
|
||||
/* ::::: attached images ::::: */
|
||||
.moz-attached-image-unscaled {
|
||||
.moz-attached-image[overflowing="true"] {
|
||||
cursor: -moz-zoom-out;
|
||||
}
|
||||
|
||||
.moz-attached-image-scaled {
|
||||
.moz-attached-image[isshrunk="true"] {
|
||||
cursor: -moz-zoom-in;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче