aboutsummaryrefslogtreecommitdiff
path: root/app.css
diff options
context:
space:
mode:
authorpacien2024-01-05 01:05:50 +0100
committerpacien2024-01-05 01:05:50 +0100
commitb562cf4a27f7e1f8f15d772da156b9b28a7f3119 (patch)
treebb2cd88c8aa1288c6c5ded656a84012dfd756b94 /app.css
parent25910077e8624ae4f4495eda67f74b4fa4ff6e9b (diff)
downloadechoclip-b562cf4a27f7e1f8f15d772da156b9b28a7f3119.tar.gz
add red circle indicator when active recording
Diffstat (limited to 'app.css')
-rw-r--r--app.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/app.css b/app.css
index c32fa83..b2f9841 100644
--- a/app.css
+++ b/app.css
@@ -6,4 +6,8 @@
6 6
7#error { 7#error {
8 color: red; 8 color: red;
9}
10
11#recording-indicator.active {
12 color: red;
9} \ No newline at end of file 13} \ No newline at end of file