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


git-svn-id: svn://10.0.0.236/trunk@135850 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzbarsky%mit.edu
2003-01-05 04:36:26 +00:00
parent 4960240c75
commit 96a4fbb313
5 changed files with 15 additions and 2 deletions

View File

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

View File

@@ -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 {

Binary file not shown.

After

Width:  |  Height:  |  Size: 245 B

View File

@@ -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)

View File

@@ -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>