1
0
mirror of https://github.com/MailHops/mailhops-plugin.git synced 2025-05-18 07:10:09 -07:00
mailhops-plugin/chrome/skin/classic/msgNotificationBar.css
Andrew Van Tassel 8a7e3c5389 Added preferences logo hover styles
Removed unused container
2017-01-15 12:03:08 -07:00

81 lines
1.9 KiB
CSS

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
#mailhopsNoficationBox #mailhopsResultText { padding-left:20px; background-repeat: no-repeat; }
#mailhopsNoficationBox menuitem .menu-iconic-icon { width: 16px; height: 11px; }
#mailhopsNoficationBox .auth-item { display: none; background-repeat: no-repeat; padding-left: 18px; }
#mhTabs .act { padding-left: 20px; background-repeat: no-repeat; outline : none;}
#mailhopsResultWeather { display: none; background-repeat: no-repeat; padding-left: 18px; }
#mailHopsPreferences {
font-family: 'Raleway',Arial,sans-serif;
font-size: 14px;
}
#mailHopsPreferences textbox {
font-size: 14px;
padding: 5px;
color: #777;
}
#mailHopsPreferences tab {
font-size: 14px;
padding: 5px;
color: #333;
}
#mailhopsResult label {
margin-top: 8px;
}
#mailhopsNoficationBox {
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 14px;
line-height: 24px;
font-weight: normal;
background: #5E7A9B;
overflow-x: scroll;
}
#mailhopsNoficationBox #mailhopsDataPanePrefsLink {
border-radius: 20px;
background-color: #CCC;
letter-spacing: .1em;
right: 0;
}
#mailhopsNoficationBox #mailhopsLogo,
#mailhopsNoficationBox #mailhopsResultText,
#mailhopsNoficationBox #mailhopsResultWeather,
#mailhopsNoficationBox #mailhopsUnsubscribe,
#mailhopsNoficationBox #mailhopsDataPaneDNSBL,
#mailhopsNoficationBox #mailhopsDataPaneDKIM,
#mailhopsNoficationBox #mailhopsDataPaneSPF,
#mailhopsNoficationBox #mailhopsDataPaneMailer {
color: #fff;
}
#mailhopsNoficationBox #mailhopsLogo,
#mailhopsNoficationBox #mailhopsResultText,
#mailhopsNoficationBox #mailhopsResultWeather,
#mailhopsNoficationBox #mailhopsUnsubscribe {
cursor: pointer;
}
#mailhopsNoficationBox .unsubscribe {
color: #CCC;
}
#mailhopsNoficationBox #mailhopsLogo {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
#mailhopsNoficationBox #mailhopsLogo:hover {
-webkit-filter: none;
filter: none;
}