Backing out patch for bug 24651 until we can make initial button state honor preferences. a=tor

This commit is contained in:
caillon%returnzero.com 2007-09-06 22:01:35 +00:00
Родитель 2da59c5fb0
Коммит 33de84e4c8
2 изменённых файлов: 0 добавлений и 22 удалений

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

@ -130,10 +130,6 @@
-moz-image-region: rect(0px 92px 21px 69px) !important;
}
#clear-button {
list-style-image: url("chrome://global/skin/icons/close-button.gif");
}
#fullscreen-exit-button {
list-style-image: none;
}

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

@ -386,24 +386,6 @@
height: 16px;
}
#clear-button {
list-style-image: url("chrome://global/skin/icons/close.gif");
}
#clear-button:hover {
list-style-image: url("chrome://global/skin/icons/close-hov.gif");
border: none;
margin-left: 1px;
margin-right: 1px;
}
#clear-button:hover:active {
list-style-image: url("chrome://global/skin/icons/close-act.gif");
border: none;
margin-left: 1px;
margin-right: 1px;
}
#page-proxy-deck {
cursor: grab;
margin-right: 4px;