gecko/mobile/themes/wince/extensions.css
Mark Finkle c242196e55 Bug 473992: Create separate theme folders for hildon and wince, r=gavin
--HG--
rename : mobile/chrome/skin/browser.css => mobile/themes/wince/browser.css
rename : mobile/chrome/skin/extensions.css => mobile/themes/wince/extensions.css
rename : mobile/chrome/skin/firstrun/firstrun.css => mobile/themes/wince/firstrun/firstrun.css
rename : mobile/chrome/content/firstrun/firstrun.xhtml => mobile/themes/wince/firstrun/firstrun.xhtml
rename : mobile/chrome/skin/firstrun/firstrun_arrow_l.png => mobile/themes/wince/firstrun/firstrun_arrow_l.png
rename : mobile/chrome/skin/firstrun/firstrun_arrow_r.png => mobile/themes/wince/firstrun/firstrun_arrow_r.png
rename : mobile/chrome/skin/firstrun/firstrun_background.jpg => mobile/themes/wince/firstrun/firstrun_background.jpg
rename : mobile/chrome/skin/firstrun/firstrun_splash.png => mobile/themes/wince/firstrun/firstrun_splash.png
rename : mobile/chrome/skin/images/addressbar_endcap_l_off.png => mobile/themes/wince/images/addressbar_endcap_l_off.png
rename : mobile/chrome/skin/images/addressbar_endcap_l_on.png => mobile/themes/wince/images/addressbar_endcap_l_on.png
rename : mobile/chrome/skin/images/addressbar_endcap_r_off.png => mobile/themes/wince/images/addressbar_endcap_r_off.png
rename : mobile/chrome/skin/images/addressbar_endcap_r_on.png => mobile/themes/wince/images/addressbar_endcap_r_on.png
rename : mobile/chrome/skin/images/addressbar_middle.png => mobile/themes/wince/images/addressbar_middle.png
rename : mobile/chrome/skin/images/close-small.png => mobile/themes/wince/images/close-small.png
rename : mobile/chrome/skin/images/default-favicon.png => mobile/themes/wince/images/default-favicon.png
rename : mobile/chrome/skin/images/identity.png => mobile/themes/wince/images/identity.png
rename : mobile/chrome/skin/images/left_buttons.png => mobile/themes/wince/images/left_buttons.png
rename : mobile/chrome/skin/images/left_sidebar_middle.png => mobile/themes/wince/images/left_sidebar_middle.png
rename : mobile/chrome/skin/images/navigation_background.png => mobile/themes/wince/images/navigation_background.png
rename : mobile/chrome/skin/images/navigation_magnifier.gif => mobile/themes/wince/images/navigation_magnifier.gif
rename : mobile/chrome/skin/images/navigation_search_caps.png => mobile/themes/wince/images/navigation_search_caps.png
rename : mobile/chrome/skin/images/navigation_url_caps.png => mobile/themes/wince/images/navigation_url_caps.png
rename : mobile/chrome/skin/images/page-starred.png => mobile/themes/wince/images/page-starred.png
rename : mobile/chrome/skin/images/page_buttons.png => mobile/themes/wince/images/page_buttons.png
rename : mobile/chrome/skin/images/panel_background.png => mobile/themes/wince/images/panel_background.png
rename : mobile/chrome/skin/images/panel_buttons.png => mobile/themes/wince/images/panel_buttons.png
rename : mobile/chrome/skin/images/right_buttons.png => mobile/themes/wince/images/right_buttons.png
rename : mobile/chrome/skin/images/right_sidebar_middle.png => mobile/themes/wince/images/right_sidebar_middle.png
rename : mobile/chrome/skin/images/starred48.png => mobile/themes/wince/images/starred48.png
rename : mobile/chrome/skin/images/tab_close.png => mobile/themes/wince/images/tab_close.png
rename : mobile/chrome/skin/images/tag.png => mobile/themes/wince/images/tag.png
rename : mobile/chrome/skin/images/throbber.png => mobile/themes/wince/images/throbber.png
rename : mobile/chrome/skin/images/toolbar.png => mobile/themes/wince/images/toolbar.png
rename : mobile/chrome/skin/images/toolbar_background.png => mobile/themes/wince/images/toolbar_background.png
rename : mobile/chrome/skin/notification.css => mobile/themes/wince/notification.css
2009-01-21 17:16:28 -05:00

47 lines
1003 B
CSS

label,
description,
textbox {
font-family: "Nokia Sans", sans-serif !important;
font-size: 12pt !important;
}
richlistitem {
font-family: "Nokia Sans", sans-serif !important;
font-size: 12pt !important;
}
#extensionsManager {
-moz-appearance: none;
background-color: rgba(123,125,123,0.9);
}
#extensionsView {
-moz-appearance: none !important;
background-color: rgba(207,207,207,0.9);
border: 2px solid #fff !important;
-moz-border-top-colors: none;
-moz-border-right-colors: none;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-radius: 10px;
}
#themeSplitter {
background-color: rgba(123,125,123,0.9);
}
#themePreviewArea {
-moz-appearance: none !important;
background-color: rgba(207,207,207,0.9);
border: 2px solid #fff !important;
-moz-border-top-colors: none;
-moz-border-right-colors: none;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-radius: 10px;
}
#resizerBox {
display: none;
}