[mirotalk] - fix: override browser autofill yellow background to match dark theme

This commit is contained in:
Miroslav Pejic
2026-03-25 11:37:11 +01:00
parent 889dd62d83
commit 7c6a6e6cd8
10 changed files with 35 additions and 14 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# ====================================================
# MiroTalk P2P v.1.7.59 - Environment Configuration
# MiroTalk P2P v.1.7.60 - Environment Configuration
# ====================================================
# App environment
+1 -1
View File
@@ -2,7 +2,7 @@
/**
* ==============================================
* MiroTalk P2P v.1.7.59 - Configuration File
* MiroTalk P2P v.1.7.60 - Configuration File
* ==============================================
*
* This file is the central configuration source.
+1 -1
View File
@@ -45,7 +45,7 @@ dependencies: {
* @license For commercial use or closed source, contact us at license.mirotalk@gmail.com or purchase directly from CodeCanyon
* @license CodeCanyon: https://codecanyon.net/item/mirotalk-p2p-webrtc-realtime-video-conferences/38376661
* @author Miroslav Pejic - miroslav.pejic.85@gmail.com
* @version 1.7.59
* @version 1.7.60
*
*/
+6 -6
View File
@@ -1,12 +1,12 @@
{
"name": "mirotalk",
"version": "1.7.59",
"version": "1.7.60",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "mirotalk",
"version": "1.7.59",
"version": "1.7.60",
"license": "AGPL-3.0",
"dependencies": {
"@mattermost/client": "11.4.0",
@@ -29,7 +29,7 @@
"js-yaml": "^4.1.1",
"jsdom": "^29.0.1",
"jsonwebtoken": "^9.0.3",
"nodemailer": "^8.0.3",
"nodemailer": "^8.0.4",
"openai": "^6.32.0",
"qs": "^6.15.0",
"socket.io": "^4.8.3",
@@ -4793,9 +4793,9 @@
}
},
"node_modules/nodemailer": {
"version": "8.0.3",
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-8.0.3.tgz",
"integrity": "sha512-JQNBqvK+bj3NMhUFR3wmCl3SYcOeMotDiwDBvIoCuQdF0PvlIY0BH+FJ2CG7u4cXKPChplE78oowlH/Otsc4ZQ==",
"version": "8.0.4",
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-8.0.4.tgz",
"integrity": "sha512-k+jf6N8PfQJ0Fe8ZhJlgqU5qJU44Lpvp2yvidH3vp1lPnVQMgi4yEEMPXg5eJS1gFIJTVq1NHBk7Ia9ARdSBdQ==",
"license": "MIT-0",
"engines": {
"node": ">=6.0.0"
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "mirotalk",
"version": "1.7.59",
"version": "1.7.60",
"description": "A free WebRTC browser-based video call",
"main": "server.js",
"scripts": {
@@ -62,7 +62,7 @@
"js-yaml": "^4.1.1",
"jsdom": "^29.0.1",
"jsonwebtoken": "^9.0.3",
"nodemailer": "^8.0.3",
"nodemailer": "^8.0.4",
"openai": "^6.32.0",
"qs": "^6.15.0",
"socket.io": "^4.8.3",
+7
View File
@@ -49,6 +49,13 @@ h1 {
outline: none;
width: 220px;
}
.search-input:-webkit-autofill,
.search-input:-webkit-autofill:hover,
.search-input:-webkit-autofill:focus {
-webkit-box-shadow: 0 0 0 1000px #23262e inset !important;
-webkit-text-fill-color: var(--text) !important;
transition: background-color 5000s ease-in-out 0s;
}
.search-btn {
padding: 10px 20px;
+7
View File
@@ -171,6 +171,13 @@ body::before {
.cr-input::placeholder {
color: rgba(255, 255, 255, 0.4);
}
.cr-input:-webkit-autofill,
.cr-input:-webkit-autofill:hover,
.cr-input:-webkit-autofill:focus {
-webkit-box-shadow: 0 0 0 1000px #06070a inset !important;
-webkit-text-fill-color: rgba(255, 255, 255, 0.92) !important;
transition: background-color 5000s ease-in-out 0s;
}
.cr-input:focus {
border-color: var(--cr-input-border-focus);
+7
View File
@@ -92,6 +92,13 @@
.login-card .form-input::placeholder {
color: #6b7a85;
}
.login-card .form-input:-webkit-autofill,
.login-card .form-input:-webkit-autofill:hover,
.login-card .form-input:-webkit-autofill:focus {
-webkit-box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0.06) inset !important;
-webkit-text-fill-color: #f9faff !important;
transition: background-color 5000s ease-in-out 0s;
}
/* Input group with icon */
.login-input-group {
+1 -1
View File
@@ -107,7 +107,7 @@ let brand = {
},
about: {
imageUrl: '../images/mirotalk-logo.gif',
title: 'WebRTC P2P v1.7.59',
title: 'WebRTC P2P v1.7.60',
html: `
<button
id="support-button"
+2 -2
View File
@@ -15,7 +15,7 @@
* @license For commercial use or closed source, contact us at license.mirotalk@gmail.com or purchase directly from CodeCanyon
* @license CodeCanyon: https://codecanyon.net/item/mirotalk-p2p-webrtc-realtime-video-conferences/38376661
* @author Miroslav Pejic - miroslav.pejic.85@gmail.com
* @version 1.7.59
* @version 1.7.60
*
*/
@@ -13738,7 +13738,7 @@ function showAbout() {
Swal.fire({
background: swBg,
position: 'center',
title: brand.about?.title && brand.about.title.trim() !== '' ? brand.about.title : 'WebRTC P2P v1.7.59',
title: brand.about?.title && brand.about.title.trim() !== '' ? brand.about.title : 'WebRTC P2P v1.7.60',
imageUrl: brand.about?.imageUrl && brand.about.imageUrl.trim() !== '' ? brand.about.imageUrl : images.about,
customClass: { image: 'img-about' },
html: `