diff --git a/keepassxc-browser/background/httpauth.js b/keepassxc-browser/background/httpauth.js index cdd23ed..3209507 100755 --- a/keepassxc-browser/background/httpauth.js +++ b/keepassxc-browser/background/httpauth.js @@ -85,7 +85,7 @@ httpAuth.loginOrShowCredentials = function(logins, details, resolve, reject) { }); } else { if (page.settings.showNotifications) { - showNotification('Multiple credentials detected. Click on the extension icon to choose the correct one.'); + showNotification('HTTP authentication with multiple credentials detected. Click on the extension icon to choose the correct one.'); } kpxcEvent.onHTTPAuthPopup(null, { 'id': details.tabId }, { 'logins': logins, 'url': details.searchUrl, 'resolve': resolve }); } diff --git a/keepassxc-browser/popups/popup.css b/keepassxc-browser/popups/popup.css index baf8215..235a88b 100644 --- a/keepassxc-browser/popups/popup.css +++ b/keepassxc-browser/popups/popup.css @@ -7,33 +7,15 @@ body { font-size: 15px; padding: 8px; } -.credentials ul { - margin-left: 0; - margin-right: 0; - padding-left: 0; - padding-right: 0; - list-style-position: inside; +.list-group { + font-size: .9em !important; } -.credentials li { - list-style: none; - padding-top: 1px; - padding-bottom: 1px; - padding-left: 5px; - padding-right: 5px; - margin-left: 10px; - margin-right: 5px; +.list-group-item { + padding: 5px 10px !important; } -.credentials a { - color: #333; -} -.credentials a:hover { - text-decoration: none; -} -.credentials li:hover { +.list-group-item:hover { cursor: pointer; - background: #ddd; } - .settings { padding-bottom: 10px; margin-bottom: 10px; diff --git a/keepassxc-browser/popups/popup_httpauth.html b/keepassxc-browser/popups/popup_httpauth.html index 2f43070..8edb0ce 100644 --- a/keepassxc-browser/popups/popup_httpauth.html +++ b/keepassxc-browser/popups/popup_httpauth.html @@ -29,7 +29,10 @@
Select the login information you would like to get logged in with:
-+ +