X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/74e85f969de98c4b18fe2d3216e866d6cc090a80..b1beaacd2b45c95cba8802b2483becc5223d52d3:/dwb/userstyles/trakt.tv.css diff --git a/dwb/userstyles/trakt.tv.css b/dwb/userstyles/trakt.tv.css index 9df8fbf..12243c2 100644 --- a/dwb/userstyles/trakt.tv.css +++ b/dwb/userstyles/trakt.tv.css @@ -41,10 +41,33 @@ section { background-color: #222222 !important; } +/* always show search */ +/* +header#top-nav #header-search #header-search-query { + padding: 7px 12px !important; + width: 250px !important; +} + +header#top-nav #header-search #header-search-type { + opacity: 1 !important; +} + +header#top-nav #header-search #header-search-button { + opacity: 0 !important; +} */ + .comment-wrapper { background-color: #1d1d1d !important; } +.above-comment { + background-color: #252525 !important; +} + +.new-comment-wrapper textarea { + background-color: #2f2f2f !important; +} + .panel, .form-control { background-color: #1d1d1d !important; }