1
0
mirror of https://github.com/MailHops/mailhops-plugin.git synced 2025-05-16 14:20:10 -07:00

Updated button styles

This commit is contained in:
Andrew Van Tassel 2019-12-19 10:23:09 -07:00
parent be4671fc24
commit 3721ce19a0

View File

@ -138,7 +138,12 @@
padding: 0px 9px 9px 9px;
width: 75px;
font-weight: 400;
border-radius: .28571429rem;
box-shadow: 0 0 0 1px #1b1c1d inset!important;
color: #1b1c1d!important;
color: #777!important;
cursor: pointer;
}
#mailhopsNoficationBox .toolbarbutton:hover {
color: #333;
background-color: #e5e5e5;
border-radius: 10px;
}