diff --git a/.env.template b/.env.template index 0c37b652..1f2d22d0 100644 --- a/.env.template +++ b/.env.template @@ -1,5 +1,5 @@ # ==================================================== -# MiroTalk P2P v.1.7.61 - Environment Configuration +# MiroTalk P2P v.1.7.62 - Environment Configuration # ==================================================== # App environment diff --git a/app/src/config.template.js b/app/src/config.template.js index b9dd0fc3..66afde78 100644 --- a/app/src/config.template.js +++ b/app/src/config.template.js @@ -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. diff --git a/app/src/server.js b/app/src/server.js index 470aef48..e1220c35 100755 --- a/app/src/server.js +++ b/app/src/server.js @@ -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 * */ diff --git a/package-lock.json b/package-lock.json index b0c49b0a..28d7fa73 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 53c34b39..a0967d71 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/public/css/activeRooms.css b/public/css/activeRooms.css index 70374f7a..1229f5cc 100644 --- a/public/css/activeRooms.css +++ b/public/css/activeRooms.css @@ -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; diff --git a/public/css/client.css b/public/css/client.css index 979630e4..5455b0aa 100755 --- a/public/css/client.css +++ b/public/css/client.css @@ -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; } diff --git a/public/css/customizeRoom.css b/public/css/customizeRoom.css index ae0fae45..66c1dbae 100644 --- a/public/css/customizeRoom.css +++ b/public/css/customizeRoom.css @@ -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); diff --git a/public/css/login.css b/public/css/login.css index 5c3251fe..7f11f1ca 100644 --- a/public/css/login.css +++ b/public/css/login.css @@ -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 { diff --git a/public/js/brand.js b/public/js/brand.js index 5381794b..714336c5 100644 --- a/public/js/brand.js +++ b/public/js/brand.js @@ -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: `