[Bug 1279326] Re: elementary Dark not showing input boxes text with Firefox [$50]
opensas
1279326 at bugs.launchpad.net
Fri May 2 00:16:43 UTC 2014
here's a workaround some fmwangi posted on
http://elementaryos.org/answers
http://elementaryos.org/answers/elementary-dark-theme-not-showing-input-
text-boxes-with-firefox
bassically, create a file ~/.mozilla/firefox/*.default/chrome with the
following content
--
input {
border: 2px inset white;
background-color: white;
color: black;
-moz-appearance: none !important;
}
textarea {
border: 2px inset white;
background-color: white;
color: black;
-moz-appearance: none !important;
}
select {
border: 2px inset white;
background-color: white;
color: black;
-moz-appearance: none !important;
}
input[type=“radio”],
input[type=“checkbox”] {
border: 2px inset white ! important;
background-color: white ! important;
color: ThreeDFace ! important;
-moz-appearance: none !important;
}
|::-moz-radio {
background-color: white;
-moz-appearance: none !important;
}
button,
input[type=“reset”],
input[type=“button”],
input[type=“submit”] {
border: 2px outset white;
background-color: #eeeeee;
color: black;
-moz-appearance: none !important;
}
body {
background-color: white;
color: black;
display: block;
margin: 8px;
-moz-appearance: none !important;
}
--
an then restart firefox
I guess the dark-theme installer should do the same thing, and undo it
if it gets uninstalled
** Summary changed:
- elementary Dark not showing input boxes text with Firefox
+ elementary Dark not showing input boxes text with Firefox [$50]
--
You received this bug notification because you are a member of Mozilla
Bugs, which is subscribed to Mozilla.
https://bugs.launchpad.net/bugs/1279326
Title:
elementary Dark not showing input boxes text with Firefox [$50]
To manage notifications about this bug go to:
https://bugs.launchpad.net/egtk/+bug/1279326/+subscriptions
More information about the Ubuntu-mozillateam-bugs
mailing list