r=mkaply, sr=mkaply (OS/2 only - not part of default build)
Fixup the default OS/2 toolkit theme (some stuff is missing)
This commit is contained in:
mkaply%us.ibm.com 2006-05-09 20:01:33 +00:00
parent f50ceb399b
commit bfced057c2
12 changed files with 21 additions and 15 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 180 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 166 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 184 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 163 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 185 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 165 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 181 B

View File

@ -2,4 +2,15 @@ classic.jar:
+ skin/classic/global/popup.css
+ skin/classic/global/menu.css
+ skin/classic/global/toolbar.css
+ skin/classic/global/xulscrollbars.css
skin/classic/global/menu/Menu-arrow.png (menu/Menu-arrow.png)
skin/classic/global/menu/menu-check.png (menu/menu-check.png)
skin/classic/global/arrow/arrow-up.png (arrow/arrow-up.png)
skin/classic/global/arrow/arrow-dn.png (arrow/arrow-dn.png)
skin/classic/global/arrow/arrow-lft.png (arrow/arrow-lft.png)
skin/classic/global/arrow/arrow-rit.png (arrow/arrow-rit.png)
skin/classic/global/arrow/arrow-up-dis.png (arrow/arrow-up-dis.png)
skin/classic/global/arrow/arrow-dn-dis.png (arrow/arrow-dn-dis.png)
skin/classic/global/arrow/arrow-lft-dis.png (arrow/arrow-lft-dis.png)
skin/classic/global/arrow/arrow-rit-dis.png (arrow/arrow-rit-dis.png)

View File

@ -56,14 +56,6 @@ menuitem {
-moz-image-region: auto;
}
menuitem[type="checkbox"] {
-moz-appearance: checkmenuitem;
}
menuitem[type="radio"] {
-moz-appearance: radiomenuitem;
}
menuitem[default="true"] {
font-weight: bold;
}
@ -126,6 +118,7 @@ menuitem.spell-suggestion {
margin-bottom: 3px;
-moz-padding-end: 6px;
list-style-image: none;
list-style-image: url("chrome://global/skin/menu/Menu-arrow.png");
-moz-image-region: auto;
}
@ -159,13 +152,6 @@ menubar > menu[_moz-menuactive="true"][open="true"] {
color: inherit;
}
/* menu[_moz-menuactive="true"][open="true"] > .menubar-text {
-moz-margin-start: 2 !important;
-moz-margin-end: 2 !important; */
/* border: 0 5px 0 3px solid -moz-MenuHover !important; */
/* padding: 0 2px 0 3px !important; */
/* } */
/* ::::: menu/menuitems in popups ::::: */
menupopup > menu,
@ -214,6 +200,15 @@ menulist > menupopup > menuitem > .menu-iconic-text {
margin: 0 !important;
}
/* ::::: checkbox menuitem and radio menuitem ::::: */
/* :::::::: (both appear the same on OS/2) :::::::: */
menuitem[checked="true"] {
list-style-image: url("chrome://global/skin/menu/menu-check.png");
-moz-image-region: auto;
}
/* menuitem[checked="true"][type="radio"] */
/* ::::: menuseparator ::::: */
menuseparator {

Binary file not shown.

After

Width:  |  Height:  |  Size: 197 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 218 B