From 11d1f653d2c39ce1db83de87dcd1b48eeea8f06e Mon Sep 17 00:00:00 2001 From: maTh Date: Sun, 31 Jul 2022 13:21:47 +0200 Subject: themes improvements (#4472) --- p/themes/Pafat/pafat.css | 4 ++++ p/themes/Pafat/pafat.rtl.css | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'p/themes/Pafat') diff --git a/p/themes/Pafat/pafat.css b/p/themes/Pafat/pafat.css index 6142dbb44..fcf7e3071 100644 --- a/p/themes/Pafat/pafat.css +++ b/p/themes/Pafat/pafat.css @@ -645,6 +645,10 @@ a.signin { background-color: #fff; } +.aside_feed .tree-folder .dropdown-toggle .icon { + filter: brightness(3); +} + /*=== Configuration pages */ .post { padding: 10px 50px; diff --git a/p/themes/Pafat/pafat.rtl.css b/p/themes/Pafat/pafat.rtl.css index d7ae5a641..f2baefde2 100644 --- a/p/themes/Pafat/pafat.rtl.css +++ b/p/themes/Pafat/pafat.rtl.css @@ -645,6 +645,10 @@ a.signin { background-color: #fff; } +.aside_feed .tree-folder .dropdown-toggle .icon { + filter: brightness(3); +} + /*=== Configuration pages */ .post { padding: 10px 50px; -- cgit v1.2.3