Fix position of selected icon for (Mailvelope) Encrypt button

pull/5890/head
Aleksander Machniak 7 years ago
parent c608d063af
commit 515f7c1329

@ -7,6 +7,7 @@ CHANGELOG Roundcube Webmail
- Fix bug where HTML messages with @media styles could moddify style of page body (#5811)
- Fix style issue on selected and unfocused message that is part of a thread (#5798)
- Fix bug where a.button style from managesieve plugin could impact other elements (#5800)
- Fix position of selected icon for (Mailvelope) Encrypt button
RELEASE 1.3.0
-------------

@ -2036,7 +2036,7 @@ ul.proplist li {
}
.toolbar a.button.encrypt.selected {
background-position: center -2068px;
background-position: center -2065px;
}
a.menuselector {

Loading…
Cancel
Save