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:
bzbarsky%mit.edu 2003-01-05 04:36:26 +00:00
Родитель 7f98ca70ac
Коммит f8435a1f41
5 изменённых файлов: 15 добавлений и 2 удалений

Просмотреть файл

@ -134,7 +134,12 @@ statusbarpanel {
.statusbarpanel-iconic {
padding: 0px;
}
}
resizer[dir="bottomright"] {
-moz-appearance: resizer;
cursor: se-resize;
}
/* ::::: miscellaneous ::::: */

Просмотреть файл

@ -161,6 +161,13 @@ statusbarpanel {
margin: 0px !important;
}
resizer[dir="bottomright"] {
background-image: url("chrome://global/skin/icons/resizer.png");
cursor: se-resize;
width: 15px;
height: 15px;
}
/* ::::: miscellaneous ::::: */
.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-act.gif (global/icons/tab-new-act.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-hov.gif (global/menu/menu-arrow-hov.gif)
skin/modern/global/menu/menu-arrow.gif (global/menu/menu-arrow.gif)

Просмотреть файл

@ -223,7 +223,7 @@
<content>
<children/>
<xul:statusbarpanel class="statusbar-resizerpanel">
<xul:resizer dir="bottomright" style="-moz-appearance: resizer; cursor: se-resize"/>
<xul:resizer dir="bottomright"/>
</xul:statusbarpanel>
</content>