mirror of
https://github.com/MailHops/mailhops-plugin.git
synced 2025-05-17 06:40:08 -07:00
Added preferences logo hover styles
Removed unused container
This commit is contained in:
parent
f74087a09b
commit
8a7e3c5389
@ -3,7 +3,6 @@ var mailHopsDisplay =
|
||||
resultBox: null,
|
||||
resultText: null,
|
||||
resultDetails: null,
|
||||
container: null,
|
||||
mailhopsDataPaneSPF: null,
|
||||
mailhopsDataPaneDKIM: null,
|
||||
mailhopsDataPaneMailer: null,
|
||||
@ -17,7 +16,6 @@ var mailHopsDisplay =
|
||||
|
||||
this.options = options;
|
||||
this.mhBox = document.getElementById("mailhopsNoficationBox");
|
||||
this.container = document.getElementById("mailhopsBox");
|
||||
this.resultBox = document.getElementById("mailhopsResult");
|
||||
this.resultText = document.getElementById("mailhopsResultText");
|
||||
this.mailhopsResultWeather = document.getElementById("mailhopsResultWeather");
|
||||
@ -184,8 +182,6 @@ var mailHopsDisplay =
|
||||
},
|
||||
|
||||
error: function(status,data){
|
||||
this.container.removeAttribute("route");
|
||||
|
||||
if(data && data.error){
|
||||
this.resultText.setAttribute('value', status+': '+data.error.message);
|
||||
this.resultText.setAttribute('tooltiptext',data.error.message);
|
||||
|
@ -68,3 +68,13 @@
|
||||
#mailhopsNoficationBox .unsubscribe {
|
||||
color: #CCC;
|
||||
}
|
||||
|
||||
#mailhopsNoficationBox #mailhopsLogo {
|
||||
-webkit-filter: grayscale(100%);
|
||||
filter: grayscale(100%);
|
||||
}
|
||||
|
||||
#mailhopsNoficationBox #mailhopsLogo:hover {
|
||||
-webkit-filter: none;
|
||||
filter: none;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user