From 0115285e10d25eacfbeedd65edcf666fb89dc4ca Mon Sep 17 00:00:00 2001 From: symant233 Date: Fri, 13 Dec 2019 11:56:36 +0800 Subject: [PATCH] trying to fix conflict --- nhentai/viewer/main.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/nhentai/viewer/main.css b/nhentai/viewer/main.css index 5ddd17e..d674eef 100644 --- a/nhentai/viewer/main.css +++ b/nhentai/viewer/main.css @@ -64,8 +64,7 @@ sup { } img { - border-style: none; - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); + border-style: none } label { @@ -255,6 +254,14 @@ html.theme-black code { background-color: #292929 } +/* + trying to fix conflict +*/ + +div { + -webkit-tap-highlight-color: rgba(0, 0, 0, 0); +} + :focus { outline: 0; border:none;