mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-13 03:24:26 +00:00
Support skins. r=hyatt
This commit is contained in:
parent
643eedb19f
commit
a5a4854130
@ -1,4 +1,5 @@
|
||||
<?xml version="1.0"?>
|
||||
<?xml-stylesheet href="chrome://search/skin/" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://search/skin/internetresults.css" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://search/skin/icons.css" type="text/css"?>
|
||||
|
||||
|
@ -26,3 +26,4 @@
|
||||
|
||||
*/
|
||||
|
||||
@import url(chrome://global/skin);
|
||||
|
@ -1,4 +1,5 @@
|
||||
<?xml version="1.0"?>
|
||||
<?xml-stylesheet href="chrome://search/skin/" type="text/css"?>
|
||||
|
||||
<!DOCTYPE window SYSTEM "chrome://search/locale/find.dtd">
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
<?xml version="1.0"?>
|
||||
<?xml-stylesheet href="chrome://search/skin/" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://search/skin/findresults.css" type="text/css"?>
|
||||
|
||||
<!DOCTYPE window SYSTEM "chrome://search/locale/findresults.dtd">
|
||||
|
@ -1,4 +1,5 @@
|
||||
<?xml version="1.0"?>
|
||||
<?xml-stylesheet href="chrome://search/skin/" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://search/skin/internet.css" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://search/skin/icons.css" type="text/css"?>
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
<?xml version="1.0"?>
|
||||
<?xml-stylesheet href="chrome://search/skin/" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://search/skin/internetresults.css" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://search/skin/icons.css" type="text/css"?>
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
@import url(chrome://global/skin);
|
||||
|
||||
box.sidebartitle {
|
||||
background-color: #505888;
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0"?>
|
||||
<?xml-stylesheet href="chrome://search/skin/search.css" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://search/skin/" type="text/css"?>
|
||||
|
||||
<!DOCTYPE window SYSTEM "chrome://search/locale/search.dtd">
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user