From e1ed4c604be10a7a30d29f2120935614f5969a42 Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 11 Jan 2020 09:33:52 +0000 Subject: [PATCH] Added open/close indicator for Frio --- view/theme/frio/css/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index c8dfdc1441..ae925ebbac 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -2932,10 +2932,12 @@ details.profile-jot-net[open] summary:before { .fakelink > h3:before { padding-right: 10px; } +.widget.fakelink > h3:before, .settings-block.fakelink > h3:before { font-family: ForkAwesome; content: "\f0da"; /* Right Plain Pointer */ } +.widget > .fakelink > h3:before, .settings-block > .fakelink > h3:before { font-family: ForkAwesome; content: "\f0d7"; /* Bottom Plain Pointer */