Bug 525132: Add-on options section does not get select background color [r=gavin.sharp]
--- a/mobile/themes/hildon/browser.css
+++ b/mobile/themes/hildon/browser.css
@@ -817,29 +817,21 @@ box[type="documenttab"]:only-child .docu
.search-engine-button .button-icon {
width: 32px;
height: 32px;
-moz-margin-end: 1mm;
}
/* Preferences window ---------------------------------------------------- */
-/* XXX should be a richlistitem */
-setting {
- background-color: white;
+.settings-title {
+ font-weight: bold;
color: black;
-}
-
-settings {
background-color: lightgray;
- color: #000;
-}
-
-settings .settings-title {
- font-weight: bold;
+ margin: 0;
padding: 0.25mm;
}
/* XXX should be a richlistitem */
.prefbox {
padding: 0.2mm 0.25mm;
border-bottom: 0.1mm solid rgb(207,207,207);
min-height: 6mm; /* row size */
@@ -858,17 +850,16 @@ settings .settings-title {
.preftitle {
font-size: 2.4mm !important;
}
/* XXX should be a richlistitem description.normal */
.prefdesc {
font-size: 1.8mm !important;
color: grey;
- background-color: white;
}
/* alerts popup ----------------------------------------------------------- */
@media (orientation: landscape) {
#alerts-container {
width: 300px;
}
}
--- a/mobile/themes/wince/browser.css
+++ b/mobile/themes/wince/browser.css
@@ -516,29 +516,21 @@ box[type="documenttab"]:only-child .docu
}
#search-buttons,
.search-engine-button {
-moz-user-focus: ignore;
}
/* Preferences window ---------------------------------------------------- */
-/* XXX should be a richlistitem */
-setting {
- background-color: white;
+.settings-title {
+ font-weight: bold;
color: black;
-}
-
-settings {
background-color: lightgray;
- color: #000;
-}
-
-settings .settings-title {
- font-weight: bold;
+ margin: 0;
padding: 0.25mm;
}
/* XXX should be a richlistitem */
.prefbox {
padding: 0.25mm 1.1mm;
border-bottom: 0.05mm solid rgb(207,207,207);
min-height: 7.2mm; /* row size */