This commit is contained in:
BlakeR1234%aol.com 2000-09-09 18:21:28 +00:00
Родитель 8076cab047
Коммит 69353be3ea
2 изменённых файлов: 7 добавлений и 2 удалений

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

@ -178,6 +178,7 @@
border-top : 1px solid threedhighlight;
border-right : 1px solid threedshadow;
border-bottom : 1px solid threedshadow;
color : blue;
}
/* 3). dropmarker gets inset border */

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

@ -94,12 +94,14 @@ window[chromehidden~="extrachrome"] .chromeclass-extrachrome {
#back-button:hover,
#back-button > .classic-simplebutton-box > .classic-simplebutton:hover,
#back-button > .menubutton-dual-ex-button:hover
#back-button > .menubutton-dual-ex-button:hover,
#back-button[open="true"] > .menubutton-dual-ex-button
{
list-style-image : url("chrome://navigator/skin/back-hover.gif");
}
#back-button:hover:active,
#back-button > .menubutton-dual-ex-button:hover:active,
#back-button > .classic-simplebutton-box > .classic-simplebutton:hover:active
{
list-style-image : url("chrome://navigator/skin/back-hover-active.gif");
@ -122,12 +124,14 @@ window[chromehidden~="extrachrome"] .chromeclass-extrachrome {
#forward-button:hover,
#forward-button > .classic-simplebutton-box > .classic-simplebutton:hover,
#forward-button > .menubutton-dual-ex-button:hover
#forward-button > .menubutton-dual-ex-button:hover,
#forward-button[open="true"] > .menubutton-dual-ex-button
{
list-style-image : url("chrome://navigator/skin/forward-hover.gif");
}
#forward-button:hover:active,
#forward-button > .menubutton-dual-ex-button:hover:active,
#forward-button > .classic-simplebutton-box > .classic-simplebutton:hover:active
{
list-style-image : url("chrome://navigator/skin/forward-hover-active.gif");