adding reorder styles for nsbeta3+ bug 46516 to modern and mac classic skin
git-svn-id: svn://10.0.0.236/trunk@75847 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -246,3 +246,29 @@ button[default="true"][disabled="true"]:hover:active > .button-image-right,
|
||||
.button-image-right[default="true"][disabled="true"] {
|
||||
background : url(chrome://global/skin/button-def-disabled-right.gif) no-repeat;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Reorder buttons
|
||||
**/
|
||||
|
||||
.reorder-up
|
||||
{
|
||||
min-width : 0px;
|
||||
list-style-image : url("chrome://global/skin/scroll-up.gif");
|
||||
}
|
||||
|
||||
.reorder-down
|
||||
{
|
||||
min-width : 0px;
|
||||
list-style-image : url("chrome://global/skin/scroll-down.gif");
|
||||
}
|
||||
|
||||
.reorder-up > .button-internal-box > .button-icon,
|
||||
.reorder-down > .button-internal-box > .button-icon
|
||||
{
|
||||
margin : none;
|
||||
padding : none;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -171,3 +171,27 @@ button.plain-extended {}
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Reorder buttons
|
||||
**/
|
||||
|
||||
.reorder-up
|
||||
{
|
||||
min-width : 0px;
|
||||
list-style-image : url("chrome://global/skin/scroll-up.gif");
|
||||
}
|
||||
|
||||
.reorder-down
|
||||
{
|
||||
min-width : 0px;
|
||||
list-style-image : url("chrome://global/skin/scroll-down.gif");
|
||||
}
|
||||
|
||||
.reorder-up > .button-internal-box > .button-icon,
|
||||
.reorder-down > .button-internal-box > .button-icon
|
||||
{
|
||||
margin : none;
|
||||
padding : none;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user