diff --git a/src/gui/src/UI/Settings/UITabPersonalization.js b/src/gui/src/UI/Settings/UITabPersonalization.js index b1ce672d..b5002f3c 100644 --- a/src/gui/src/UI/Settings/UITabPersonalization.js +++ b/src/gui/src/UI/Settings/UITabPersonalization.js @@ -31,13 +31,13 @@ export default {
${i18n('background')}
- +
${i18n('ui_colors')}
- +
@@ -74,9 +74,7 @@ export default {
- - - `; + `; }, init: ($el_window) => { $el_window.find('.change-ui-colors').on('click', function (e) { diff --git a/src/gui/src/UI/Settings/UITabSecurity.js b/src/gui/src/UI/Settings/UITabSecurity.js index 9ddda082..5961444e 100644 --- a/src/gui/src/UI/Settings/UITabSecurity.js +++ b/src/gui/src/UI/Settings/UITabSecurity.js @@ -21,10 +21,8 @@ import Button from "../Components/Button.js"; import Flexer from "../Components/Flexer.js"; import JustHTML from "../Components/JustHTML.js"; import PasswordEntry from "../Components/PasswordEntry.js"; -import UIAlert from "../UIAlert.js"; import UIComponentWindow from "../UIComponentWindow.js"; import UIWindow2FASetup from "../UIWindow2FASetup.js"; -import UIWindowQR from "../UIWindowQR.js"; export default { id: 'security', @@ -160,7 +158,6 @@ export default { is_resizable: false, body_css: { width: 'initial', - height: '100%', 'background-color': 'rgb(245 247 249)', 'backdrop-filter': 'blur(3px)', padding: '20px', diff --git a/src/gui/src/css/style.css b/src/gui/src/css/style.css index ccc414a7..163fdf11 100644 --- a/src/gui/src/css/style.css +++ b/src/gui/src/css/style.css @@ -3899,9 +3899,9 @@ fieldset[name=number-code] { display: inline-block; width: 40px; font-size: 13px; + line-height: 20px; } - .version { font-size: 9px; color: #343c4f; @@ -3969,7 +3969,18 @@ fieldset[name=number-code] { align-items: center; height: 45px; } - +.settings-card:hover { + border-color: #a6a6a6; +} +.settings-card-success:hover { + border-color: green; +} +.settings-card-warning:hover { + border-color: #c08400; +} +.settings-card-danger:hover { + border-color: #af0000; +} .thin-card { padding: 0 15px; } diff --git a/src/gui/src/i18n/translations/en.js b/src/gui/src/i18n/translations/en.js index 9947911b..c30974ae 100644 --- a/src/gui/src/i18n/translations/en.js +++ b/src/gui/src/i18n/translations/en.js @@ -38,6 +38,8 @@ const en = { browse: "Browse", cancel: 'Cancel', center: 'Center', + change: 'Change', + change_always_open_with: "Do you want to always open this type of file with", change_desktop_background: 'Change desktop background…', change_email: "Change Email", change_language: "Change Language", @@ -49,7 +51,6 @@ const en = { close_all_windows: "Close All Windows", close_all_windows_confirm: "Are you sure you want to close all windows?", close_all_windows_and_log_out: 'Close Windows and Log Out', - change_always_open_with: "Do you want to always open this type of file with", color: 'Color', confirm: 'Confirm', confirm_2fa_setup: 'I have added the code to my authenticator app',