From 8b885ee8b25101eb0fafc96429c557597b4196a3 Mon Sep 17 00:00:00 2001 From: Shivank Kacker Date: Mon, 2 Dec 2024 02:48:18 +0530 Subject: [PATCH] Scribe Enhancements support PR --- public/locale/en.json | 1 + src/style/CAREUI.css | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/public/locale/en.json b/public/locale/en.json index cd921bef06a..7ca97b608e8 100644 --- a/public/locale/en.json +++ b/public/locale/en.json @@ -1319,6 +1319,7 @@ "total_beds": "Total Beds", "total_staff": "Total Staff", "total_users": "Total Users", + "transcribe_again": "Transcribe Again", "transcript_edit_info": "You can update this if we made an error", "transcript_information": "This is what we heard", "transfer_allowed": "Transfer Allowed", diff --git a/src/style/CAREUI.css b/src/style/CAREUI.css index 2acc88a2b05..e65c2c5554e 100644 --- a/src/style/CAREUI.css +++ b/src/style/CAREUI.css @@ -177,4 +177,9 @@ button.button-alert-ghost { @apply enabled:hover:bg-alert-100 } } hr { @apply border border-secondary-300 +} +.plain-audio::-webkit-media-controls-enclosure { + border-radius: 0; + background: transparent; + padding: 0px; } \ No newline at end of file