зеркало из https://github.com/mozilla/pjs.git
Resizer widget should only use moz-appearance styling in the classic theme.
Icon for modern by Grey Hodge <jesus_x@mozillanews.org>, other changes by Tim Hill <tim@prismelite.com>, r=jag, sr=bzbarsky
This commit is contained in:
Родитель
7f98ca70ac
Коммит
f8435a1f41
|
@ -134,7 +134,12 @@ statusbarpanel {
|
||||||
|
|
||||||
.statusbarpanel-iconic {
|
.statusbarpanel-iconic {
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
resizer[dir="bottomright"] {
|
||||||
|
-moz-appearance: resizer;
|
||||||
|
cursor: se-resize;
|
||||||
|
}
|
||||||
|
|
||||||
/* ::::: miscellaneous ::::: */
|
/* ::::: miscellaneous ::::: */
|
||||||
|
|
||||||
|
|
|
@ -161,6 +161,13 @@ statusbarpanel {
|
||||||
margin: 0px !important;
|
margin: 0px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
resizer[dir="bottomright"] {
|
||||||
|
background-image: url("chrome://global/skin/icons/resizer.png");
|
||||||
|
cursor: se-resize;
|
||||||
|
width: 15px;
|
||||||
|
height: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
/* ::::: miscellaneous ::::: */
|
/* ::::: miscellaneous ::::: */
|
||||||
|
|
||||||
.toolbar-focustarget {
|
.toolbar-focustarget {
|
||||||
|
|
|
@ -204,6 +204,7 @@ modern.jar:
|
||||||
skin/modern/global/icons/tab-new-hov.gif (global/icons/tab-new-hov.gif)
|
skin/modern/global/icons/tab-new-hov.gif (global/icons/tab-new-hov.gif)
|
||||||
skin/modern/global/icons/tab-new-act.gif (global/icons/tab-new-act.gif)
|
skin/modern/global/icons/tab-new-act.gif (global/icons/tab-new-act.gif)
|
||||||
skin/modern/global/icons/closebox.gif (global/icons/closebox.gif)
|
skin/modern/global/icons/closebox.gif (global/icons/closebox.gif)
|
||||||
|
skin/modern/global/icons/resizer.png (global/icons/resizer.png)
|
||||||
skin/modern/global/menu/menu-arrow-dis.gif (global/menu/menu-arrow-dis.gif)
|
skin/modern/global/menu/menu-arrow-dis.gif (global/menu/menu-arrow-dis.gif)
|
||||||
skin/modern/global/menu/menu-arrow-hov.gif (global/menu/menu-arrow-hov.gif)
|
skin/modern/global/menu/menu-arrow-hov.gif (global/menu/menu-arrow-hov.gif)
|
||||||
skin/modern/global/menu/menu-arrow.gif (global/menu/menu-arrow.gif)
|
skin/modern/global/menu/menu-arrow.gif (global/menu/menu-arrow.gif)
|
||||||
|
|
|
@ -223,7 +223,7 @@
|
||||||
<content>
|
<content>
|
||||||
<children/>
|
<children/>
|
||||||
<xul:statusbarpanel class="statusbar-resizerpanel">
|
<xul:statusbarpanel class="statusbar-resizerpanel">
|
||||||
<xul:resizer dir="bottomright" style="-moz-appearance: resizer; cursor: se-resize"/>
|
<xul:resizer dir="bottomright"/>
|
||||||
</xul:statusbarpanel>
|
</xul:statusbarpanel>
|
||||||
</content>
|
</content>
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче