]> git.mxchange.org Git - friendica.git/commitdiff
Frio - on mobiles the links in thread will always have the link color (disabling...
authorrabuzarus <rabuzarus@t-online.de>
Wed, 31 Oct 2018 09:14:02 +0000 (10:14 +0100)
committerrabuzarus <rabuzarus@t-online.de>
Wed, 31 Oct 2018 09:14:02 +0000 (10:14 +0100)
view/theme/frio/css/style.css

index 58048efbcd8e4816adc4fbdfeac97c0681bcc8b3..9f03b436d02d31ae6e0d44b088c2f5e33ac079ff 100644 (file)
@@ -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;