diff --git a/chrome/content/mailhops-2-msgNotificationBar.js b/chrome/content/mailhops-2-msgNotificationBar.js index df1151b..7b89e76 100644 --- a/chrome/content/mailhops-2-msgNotificationBar.js +++ b/chrome/content/mailhops-2-msgNotificationBar.js @@ -26,8 +26,7 @@ var mailHopsDisplay = this.resultDetails = document.getElementById("mailhopsDataPaneDetails"); this.mailHopsAccountMessage = document.getElementById("mailHopsAccountMessage"); this.mailhopsDataPaneHops = document.getElementById("mailhopsDataPaneHops"); - - + //auth this.mailhopsDataPaneSPF = document.getElementById("mailhopsDataPaneSPF"); this.mailhopsDataPaneDKIM = document.getElementById("mailhopsDataPaneDKIM"); @@ -61,6 +60,7 @@ var mailHopsDisplay = }); this.mailhopsDataPaneHops.addEventListener("click", function () { + this.classList.toggle('active'); if(mailHopsDisplay.resultDetails.style.display !== 'block') mailHopsDisplay.resultDetails.style.display = 'block'; else diff --git a/chrome/content/mailhops-3.js b/chrome/content/mailhops-3.js index 0fc061d..c6a8e21 100644 --- a/chrome/content/mailhops-3.js +++ b/chrome/content/mailhops-3.js @@ -8,7 +8,7 @@ var mailHops = { msgURI: null, isLoaded: false, options: { - 'version':'MailHops Plugin 3.7.3', + 'version':'MailHops Plugin 3.7.4', 'lan':'en', 'unit':'mi', 'api_http':'https://', diff --git a/chrome/content/msgNotificationBar.xul b/chrome/content/msgNotificationBar.xul index 3d2cd88..17094b2 100644 --- a/chrome/content/msgNotificationBar.xul +++ b/chrome/content/msgNotificationBar.xul @@ -17,10 +17,10 @@ - - - - + + + + diff --git a/chrome/content/preferences.xul b/chrome/content/preferences.xul index a98945c..bfa2778 100644 --- a/chrome/content/preferences.xul +++ b/chrome/content/preferences.xul @@ -32,7 +32,7 @@ - API Key diff --git a/chrome/skin/classic/msgNotificationBar.css b/chrome/skin/classic/msgNotificationBar.css index 37b5513..9e24efb 100644 --- a/chrome/skin/classic/msgNotificationBar.css +++ b/chrome/skin/classic/msgNotificationBar.css @@ -100,12 +100,7 @@ } #mailHopsAccountMessage { - border-radius: 10px; - display: none; - padding: 10px; - border: 1px solid #CCC; - color: #777; - background-color: #FFF; + display: none; } #mailhopsDataPaneDetails { @@ -146,7 +141,8 @@ cursor: pointer; } -#mailhopsNoficationBox .toolbarbutton:hover { +#mailhopsNoficationBox .toolbarbutton:hover, +#mailhopsNoficationBox .toolbarbutton.active { color: #333; background-color: #e5e5e5; border-radius: 10px; diff --git a/manifest.json b/manifest.json index 8379bbe..2ebb767 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", - "version": "3.7.3", + "version": "3.7.4", "author": "Hopsware LLC", "developer": { "name": "Andrew Van Tassel",