diff options
author | Shpuld Shpuldson <shpuld@gmail.com> | 2019-03-11 15:10:42 +0200 |
---|---|---|
committer | Shpuld Shpuldson <shpuld@gmail.com> | 2019-03-11 15:10:42 +0200 |
commit | 50edead11c174d4d3d1b48aa9b08e82daf2a6582 (patch) | |
tree | ef705d51fcf3fed0ae4279ddd9dd835c46967a60 | |
parent | 8ddbedcd9aa4ac795c64c7b9540e5c83185da414 (diff) | |
download | pleroma-50edead11c174d4d3d1b48aa9b08e82daf2a6582.tar.gz |
Remove chromium input hilight that clashes with our own
-rw-r--r-- | lib/pleroma/web/templates/layout/app.html.eex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/pleroma/web/templates/layout/app.html.eex b/lib/pleroma/web/templates/layout/app.html.eex index 7a50c3e03..8333bc921 100644 --- a/lib/pleroma/web/templates/layout/app.html.eex +++ b/lib/pleroma/web/templates/layout/app.html.eex @@ -116,6 +116,7 @@ } input:focus { + outline: none; border-bottom: 2px solid #d8a070; } |