GNU/Linux >> Linux の 問題 >  >> Linux

firefox:入力フィールドの色

~/.mozilla/firefox/YOUR-PROFILE/chrome/userContent.css を作成/編集するだけです 以下が含まれます:

input, textarea {
   color:#000 !important;
}

個人的には、背景を白にして、テキストを濃い灰色にして柔らかくしたいので、次のように設定しています:

input, textarea {
   color:#555 !important;
   background-color:#fff !important;
}

注:変更を反映するには、Firefox を終了して再起動する必要があります。


代替手段の 1 つは、Greasemonkey スクリプトを使用することです:

// ==UserScript== 
// @name           Style Corrector
// @author         Nufros (loosely based on Color Corrector by Erik Nomitch)
// @description    Style Corrector (by Nufros) allow you to edit colors, (...)
// @namespace      userscripts.org/scripts/show/36850
// @include        *
// @exclude        http://*.deviantart.com/*
// @exclude        http://*.myspace.tld/*
// @exclude        http://*.youtube.tld/*
// ==/UserScript==

// Visit the script's page for the full script

GM_addStyle("input { color: #bfbfbf; background-color: #222222 !important; }");
GM_addStyle("textarea { color:#bfbfbf; background-color: #222222 !important;}");

Linux
  1. ターミナルでのパスワード入力を隠す

  2. base64 のデコード:無効な入力

  3. gvim で背景色を設定する

  1. 入力でNohupコマンドを実行しますか?

  2. 「ifs」?

  3. フィールド内の重複する値を削除しますか?

  1. Firefoxのビンがどこにあるかを知る方法は?

  2. Firefoxのログファイルを見つけますか?

  3. Dd:複数の入力ファイル?