diff options
author | Jesús <heckyel@hyperbola.info> | 2021-09-22 12:56:59 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-09-22 12:56:59 -0500 |
commit | 2fe0b5e539924ac870ac633416efe39f77d561e2 (patch) | |
tree | 5c17065f54c86aa3309621ed5a64781ac5f1957a /youtube/static/channel.css | |
parent | 896655ddbd76002b059551befb1898177bbfcaa7 (diff) | |
download | yt-local-2fe0b5e539924ac870ac633416efe39f77d561e2.tar.lz yt-local-2fe0b5e539924ac870ac633416efe39f77d561e2.tar.xz yt-local-2fe0b5e539924ac870ac633416efe39f77d561e2.zip |
Improve input styles
Diffstat (limited to 'youtube/static/channel.css')
-rw-r--r-- | youtube/static/channel.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/youtube/static/channel.css b/youtube/static/channel.css index c8750da..fee15b3 100644 --- a/youtube/static/channel.css +++ b/youtube/static/channel.css @@ -33,6 +33,8 @@ input[type="search"] { padding: 0.4rem 0.4rem; font-size: 15px; color: var(--search-text); + outline: none; + box-shadow: none; } input[type='search'] { |