1
0
mirror of https://github.com/MailHops/mailhops-plugin.git synced 2025-05-28 11:50:07 -07:00
Andrew Van Tassel 3ebc91bef3 Fixed preferences missing css
Added more preferences styles
2017-01-13 17:41:46 -07:00

26 lines
362 B
CSS

#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;
}
#mailHopsPreferences button{
height: 35px;
color: #333;
}
#mailHopsPreferences .grid-color{
margin-top: 7px;
}