cut off -moz-image-region inheritance b=220717, 232793

git-svn-id: svn://10.0.0.236/trunk@152140 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
noririty%jcom.home.ne.jp
2004-02-01 12:14:53 +00:00
parent d2ecf20783
commit ca3f67b5da
2 changed files with 27 additions and 3 deletions

View File

@@ -1 +1,23 @@
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/*
* Autorepeatbutton
*/
.autorepeatbutton-up
{
list-style-image : url("chrome://global/skin/arrow/arrow-up-sharp.gif");
}
.autorepeatbutton-down
{
list-style-image : url("chrome://global/skin/arrow/arrow-dn-sharp.gif");
}
autorepeatbutton
{
-moz-box-align : center;
-moz-box-pack : center;
margin : 1px 2px 2px 1px;
padding : 4px;
}

View File

@@ -5,12 +5,14 @@
*/
.autorepeatbutton-up
{
list-style-image : url("chrome://global/skin/arrow/arrow-up.gif")
list-style-image : url("chrome://global/skin/arrow/arrow-up.gif");
-moz-image-region : auto; /* cut off inheritance */
}
.autorepeatbutton-down
{
list-style-image : url("chrome://global/skin/arrow/arrow-dn.gif")
list-style-image : url("chrome://global/skin/arrow/arrow-dn.gif");
-moz-image-region : auto; /* cut off inheritance */
}
autorepeatbutton