diff --git a/frio-with-threadview/README.md b/frio-with-threadview/README.md index 37bbe47..845f58f 100644 --- a/frio-with-threadview/README.md +++ b/frio-with-threadview/README.md @@ -5,3 +5,5 @@ Just place this two files in reload your browser and you can choose in custom theme settings "Threadview" as Color-Scheme, which gives you pretty Thread-Lines on the left. Also improves size of videos and images, so that they will fit always into screen. And the same for some veeeery long usernames too. + +Deactivate "intelligent threadview", it's not intelligent, it confuses more, than it helps with threads. diff --git a/frio-with-threadview/threadview.css b/frio-with-threadview/threadview.css index a3d28c7..925da6b 100644 --- a/frio-with-threadview/threadview.css +++ b/frio-with-threadview/threadview.css @@ -121,6 +121,12 @@ div[class*=" thread_level"] { margin-left: 3px !important; } +.dropdown-toggle.active, +.button-likes.active, +.button-event.active, +.button-announces.active { + color: var(--active_btn_color) !important; +} @media screen and (max-width: 767px) { button[id^=like-] { @@ -146,13 +152,9 @@ div[class*=" thread_level"] { .wall-item-name-link { word-wrap: anywhere !important; } - .dropdown-toggle.active, - .button-likes.active, - .button-announces.active { - color: var(--active_btn_color) !important; - } .dropdown-toggle, .button-likes, + .button-event, .button-announces { color: #000; }