GTK3 Firefox dark theme problémák javítása

A probléma:

GTK3 Firefox dark theme problémák javítása
A textarea háttérszíne belekattintva pont olyan, mint a szövegkiemelés színe - jelen esetben narancs

A javítás:

Ha nem létezik, hozd létre a ~/.mozilla/firefox/*.default/chrome könyvtárat. Majd


vi userContent.css

Bele:


/*
* Use this css file to eliminate problems in Firefox
* when using dark themes that create dark on dark
* input boxes, selection menus and buttons. Put this
* in the ../firefox/default/chrome folder or your
* individual user firefox profile chrome folder.
*/
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;
}

:wq

Firefox restart után \o/

Nekem csak a textarea kell belőle, de nyilván, igény szerint ki kell kommentelni, ami nem kell...

Ref: http://forums.fedoraforum.org/showpost.php?p=1703251&postcount=3

Hozzászólások

btw, ez tuti hogy firefox problem ? És nem hup.hu problem, mmint a huphunak kellene kezelnie a böngésző változatokat és nem helyileg kéne orvosolni.. ? :)
No offense, csak egy kérdés :)

12 éve van ugyanaz a téma az oldalon és egészen mostanáig nem volt ezzel probléma. Az Ubuntu 16.10 frissítés óta állt fenn szerintem (pontosan nem tudom), szerintem vagy a Firefoxban vagy a GTK3 verzióban vagy nem tudom hol változott valami. Csak eddig nem zavart annyira, hogy utánamenjek.

--
trey @ gépház

[troll]És ha nem vi? :-P[/troll]
Úgy emlékszem régebben is volt már ilyen. De aztán megjavult egy frissítés alkalmával.

Hogy teged milyen aprosag tud zavarni...

---
Saying a programming language is good because it works on all platforms is like saying anal sex is good because it works on all genders....