Files
Mozilla/mozilla/xpfe/components/search/resources/icons.css
rjc%netscape.com 6deb227c9c Search now probes for a match icon file (gif, jpg, jpeg, png) for a search dataset instead of using CSS styles to map icons to search engines.
git-svn-id: svn://10.0.0.236/trunk@54747 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-30 11:50:38 +00:00

10 lines
206 B
CSS
Executable File

/* Default Icon */
titledbutton[loading="true"] {
list-style-image: url("resource:/res/rdf/loading.gif") ! important ;
}
titledbutton.iconic {
list-style-image: url("resource:/res/rdf/document.gif");
}