klee

Notiz

Friday,25.Nov.2011

rein/5.1.3 Release

  • スクロールバーのデザインを元に戻しました

否定的な意見云々よりも、Firefox 本体の不具合として認知されている方が居ましたので問題が好みのレベルを超えていると判断し、元に戻すことにしました。

rein/5.1.2 の細いスクロールバーが好きな方用の CSS です。Stylish や userChrome.css などでご利用ください。11/27 1:30 一部正常に反映しない記述があったため修正しました。

scrollbar {
	background-color: -moz-Dialog !important;
	background-image: url("chrome://global/skin/reintoolbar/back-light-b.png") !important;
}
scrollbar[orient="vertical"] {
	width: 5px !important;
}
scrollbar[orient="horizontal"] {
	height: 5px !important;
}
select > scrollbar[orient="vertical"] {
	background-color: -moz-Field !important;
	background-image: none !important;
	width: 14px !important;
}
thumb {
	background-color: #888888 !important;
	background-image: none !important;
	border: none !important;
	border-radius: 4px;
}
select > scrollbar thumb {
	width: 14px;
	border: solid -moz-Field !important;
	border-width: 0px 0px 0px 9px !important;
	border-radius: 0px;
}
scrollbarbutton {
	display: none;
}

2 Responses

  1. nns ,13.December.2011 - 9:29:12

    Secure Login に対応して頂けないでしょうか。

  2. 楠見 直人 ,13.December.2011 - 14:16:22

    >>nns

    ちょうど更新のタイミングでしたので、rein/5.1.4 で対応しました。