From 3f6010e268da503f0a2a697df9cc6413af088b3b Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Sun, 14 Jul 2024 23:25:59 +0200 Subject: res/style: prepare class for active participant --- res/style-dark.css | 4 ++++ res/style.css | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/res/style-dark.css b/res/style-dark.css index 3cb2cf7..15dee3e 100644 --- a/res/style-dark.css +++ b/res/style-dark.css @@ -12,4 +12,8 @@ button.disposition-friendly { button:checked.disposition-friendly { background-color: shade(@green_5, 1.8); +} + +.active-participant { + background-color: mix(shade(@accent_bg_color, 0.5), @card_bg_color, 0.5); } \ No newline at end of file diff --git a/res/style.css b/res/style.css index 88ec242..1d9ff14 100644 --- a/res/style.css +++ b/res/style.css @@ -12,4 +12,8 @@ button.disposition-friendly { button:checked.disposition-friendly { background-color: shade(@green_1, 0.6); +} + +.active-participant { + background-color: mix(shade(@accent_bg_color, 1.5), @card_bg_color, 0.5); } \ No newline at end of file -- cgit v1.2.3