This commit is contained in:
ben%netscape.com 2000-10-06 01:07:48 +00:00
Родитель eccaf931d3
Коммит ce4c064758
1 изменённых файлов: 18 добавлений и 6 удалений

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

@ -10,9 +10,9 @@
{
-moz-binding : url("chrome://global/content/menulistBindings.xml#menubutton-dual-ex-left");
border : 1px solid transparent;
-moz-user-focus : ignore !important;
}
-moz-user-focus : none !important;
}
/* internal button */
.menubutton-dual-ex-button.top
{
@ -26,11 +26,14 @@
.menubutton-dual-ex-button.left
{
-moz-binding : url("chrome://global/skin/buttonBindings.xml#simplebutton");
border : 1px solid transparent;
-moz-binding : url("chrome://global/skin/buttonBindings.xml#simplebutton-left");
border-left : 1px solid threedhighlight;
border-top : 1px solid threedhighlight;
border-right : 1px solid threedshadow;
border-bottom : 1px solid threedshadow;
margin : 0px;
padding : 2px 7px 2px 6px;
-moz-user-focus : ignore !important;
-moz-user-focus : none !important;
}
/* dropmarker */
@ -45,6 +48,15 @@
padding : 1px 0px 1px 0px;
}
.menubutton-dual.toolbar.left > .menubutton-dual-dropmarker-box
{
border-left : 1px solid threedhighlight;
border-top : 1px solid threedhighlight;
border-right : 1px solid threedshadow;
border-bottom : 1px solid threedshadow;
padding : 1px 0px 1px 0px;
}
/** disabled **/
.menubutton-dual-ex-button[disabled="true"]
{