検索窓を黒くした。
www.yodobashi.com by AD2VasZpwNHz
Details
AuthorAD2VasZpwNHz
LicenseNo License
Categoryyodobashi.com
Created
Updated
Code size1.3 kB
Code checksumd3c33276
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name www.yodobashi.com
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("yodobashi.com") {
/* ==UserStyle==
@name ヨドバシカメラ ダークモード検索窓
@namespace github.com/openstyles/stylus
@version 1.0.0
@description ヨドバシカメラの検索窓を黒くする
@author You
@match *://*.yodobashi.com/*
@match *://yodobashi.com/*
==/UserStyle== */
/* 検索窓のカスタマイズ */
.srcIptInner,
.srcIptInner input {
background-color: #252627 !important;
color: #fff !important;
}
/* カテゴリ選択ボックスのカスタマイズ */
#srcCateSelect,
.srcCateInner,
.srcCateContents {
background-color: #3a3d3e !important;
}
/* 表示されるテキスト部分 */
.cateSlctDisplay,
#cateSel_dummy,
#cateSel_dummy span {
background-color: #3a3d3e !important;
color: #fff !important;
border-color: #444 !important;
}
/* ドロップダウンのオプション */
select option {
background-color: #252627 !important;
color: #fff !important;
}
}