mirror of
https://github.com/MailHops/mailhops-plugin.git
synced 2025-05-28 11:50:07 -07:00
33 lines
801 B
CSS
33 lines
801 B
CSS
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
|
|
|
#mailhopsBox #mailhopsResultText { padding-left:20px; background-repeat: no-repeat; }
|
|
|
|
#mailhopsBox menuitem .menu-iconic-icon { width: 16px; height: 11px; }
|
|
|
|
#mailhopsBox .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;
|
|
}
|