[mirotalk] - fix -webkit-autofill
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
# ====================================================
|
||||
# MiroTalk P2P v.1.7.61 - Environment Configuration
|
||||
# MiroTalk P2P v.1.7.62 - Environment Configuration
|
||||
# ====================================================
|
||||
|
||||
# App environment
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
/**
|
||||
* ==============================================
|
||||
* MiroTalk P2P v.1.7.61 - Configuration File
|
||||
* MiroTalk P2P v.1.7.62 - Configuration File
|
||||
* ==============================================
|
||||
*
|
||||
* This file is the central configuration source.
|
||||
|
||||
+1
-1
@@ -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.61
|
||||
* @version 1.7.62
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
Generated
+2
-2
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "mirotalk",
|
||||
"version": "1.7.61",
|
||||
"version": "1.7.62",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "mirotalk",
|
||||
"version": "1.7.61",
|
||||
"version": "1.7.62",
|
||||
"license": "AGPL-3.0",
|
||||
"dependencies": {
|
||||
"@mattermost/client": "11.4.0",
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mirotalk",
|
||||
"version": "1.7.61",
|
||||
"version": "1.7.62",
|
||||
"description": "A free WebRTC browser-based video call",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
|
||||
@@ -49,13 +49,6 @@ 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;
|
||||
|
||||
@@ -2165,6 +2165,16 @@ input:checked + .slider:before {
|
||||
background-color: #1d8ecd !important;
|
||||
}
|
||||
|
||||
.swal2-input:-webkit-autofill,
|
||||
.swal2-input:-webkit-autofill:hover,
|
||||
.swal2-input:-webkit-autofill:focus,
|
||||
.swal2-input:-webkit-autofill:active {
|
||||
-webkit-box-shadow: 0 0 0 1000px #000000 inset !important;
|
||||
-webkit-text-fill-color: #fff !important;
|
||||
transition: background-color 5000s ease-in-out 0s;
|
||||
caret-color: #fff;
|
||||
}
|
||||
|
||||
.img-about {
|
||||
margin: 0 !important;
|
||||
}
|
||||
|
||||
@@ -171,13 +171,6 @@ 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);
|
||||
|
||||
@@ -92,13 +92,6 @@
|
||||
.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
@@ -107,7 +107,7 @@ let brand = {
|
||||
},
|
||||
about: {
|
||||
imageUrl: '../images/mirotalk-logo.gif',
|
||||
title: 'WebRTC P2P v1.7.61',
|
||||
title: 'WebRTC P2P v1.7.62',
|
||||
html: `
|
||||
<button
|
||||
id="support-button"
|
||||
|
||||
+2
-2
@@ -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.61
|
||||
* @version 1.7.62
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -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.61',
|
||||
title: brand.about?.title && brand.about.title.trim() !== '' ? brand.about.title : 'WebRTC P2P v1.7.62',
|
||||
imageUrl: brand.about?.imageUrl && brand.about.imageUrl.trim() !== '' ? brand.about.imageUrl : images.about,
|
||||
customClass: { image: 'img-about' },
|
||||
html: `
|
||||
|
||||
Reference in New Issue
Block a user