From: rabuzarus Date: Wed, 31 Oct 2018 09:14:02 +0000 (+0100) Subject: Frio - on mobiles the links in thread will always have the link color (disabling... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=bfe59b4054fc2d6d4a731c3955f0f9365d97025d;p=friendica.git Frio - on mobiles the links in thread will always have the link color (disabling thread hover effect) --- diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 58048efbcd..9f03b436d0 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -1538,11 +1538,11 @@ aside .panel-body { } /* Thread hover effects */ -.wall-item-container .wall-item-content a, -.wall-item-container a, -.wall-item-container .fakelink, -.toplevel_item .fakelink, -.toplevel_item .wall-item-container .wall-item-responses a { +.desktop-view .wall-item-container .wall-item-content a, +.desktop-view .wall-item-container a, +.desktop-view .wall-item-container .fakelink, +.desktop-view .toplevel_item .fakelink, +.desktop-view .toplevel_item .wall-item-container .wall-item-responses a { color: #555; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out;