Conflicts: builds/4chan-X.js builds/4chan-X.meta.js builds/4chan-X.user.js builds/crx.crx builds/crx/manifest.json builds/crx/script.js package.json src/General/Config.coffee src/General/Main.coffee src/General/Settings.coffee src/General/css/burichan.css src/General/css/futaba.css src/General/css/photon.css src/General/css/style.css src/General/css/tomorrow.css src/General/css/yotsuba-b.css src/General/css/yotsuba.css src/General/img/favicons/Original/unreadDead.gif src/General/img/favicons/Original/unreadNSFW.gif src/General/img/favicons/Original/unreadSFW.gif src/General/img/favicons/dead.gif src/General/img/favicons/empty.gif src/General/img/favicons/ferongr/unreadDead.gif src/General/img/favicons/ferongr/unreadNSFW.gif src/General/img/favicons/ferongr/unreadSFW.gif src/General/meta/metadata.js src/Miscellaneous/AnnouncementHiding.coffee src/Miscellaneous/Keybinds.coffee src/Monitoring/ThreadStats.coffee src/Monitoring/ThreadUpdater.coffee src/Posting/QuickReply.coffee src/features/misc/header.coffee src/features/monitoring/favicon.coffee
31 lines
625 B
CSS
31 lines
625 B
CSS
.board {
|
|
padding: 1px 2px;
|
|
}
|
|
.rice {
|
|
box-shadow:rgba(""" + mainColor.shiftRGB(32) + """,.3) 0 1px;
|
|
}
|
|
input[type=password]:hover,
|
|
input[type=text]:not([disabled]):hover,
|
|
input#fs_search:hover,
|
|
input.field:hover,
|
|
.webkit select:hover,
|
|
textarea:hover,
|
|
#options input:not([type=checkbox]):hover {
|
|
box-shadow:inset rgba(0,0,0,.2) 0 1px 2px;
|
|
}
|
|
input[type=password]:focus,
|
|
input[type=text]:focus,
|
|
input#fs_search:focus,
|
|
input.field:focus,
|
|
.webkit select:focus,
|
|
textarea:focus,
|
|
#options input:focus {
|
|
box-shadow:inset rgba(0,0,0,.2) 0 1px 2px;
|
|
}
|
|
button,
|
|
input,
|
|
textarea,
|
|
.rice {
|
|
transition:background .2s,box-shadow .2s;
|
|
}
|