Feed-button - NOT REVIEWED, but functional.

This commit is contained in:
mgalli%geckonnection.com 2005-11-21 22:49:03 +00:00
Родитель 75a91d0b73
Коммит 714f37641d
1 изменённых файлов: 34 добавлений и 0 удалений

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

@ -191,3 +191,37 @@ caption {
} }
/* Feed icon - not reviewed yet, TOOK from the browser code */
#feed-button, #feed-button > .button-box,
#feed-button:hover:active > .button-box {
padding: 0px;
margin: 0px;
border: 0px;
background-color: transparent;
}
#feed-button .button-menu-dropmarker,
#feed-button .button-text {
display: none;
}
#feed-button {
-moz-binding: url("chrome://global/content/bindings/button.xml#menu");
-moz-appearance: none;
min-width: 0px;
margin-right: 1px !important;
}
#feed-button[feeds] {
list-style-image: url("chrome://minimo/skin/rssfavicon.png");
}
#feed-button[chromedir="rtl"][feeds] {
list-style-image: url("chrome://minimo/skin/rssfavicon.png");
}