Increase negative text-indents to properly hide button texts (#1488534)
| | |
| | | CHANGELOG Roundcube Webmail |
| | | =========================== |
| | | |
| | | - Properly hide text of icon links/buttons (#1488534) |
| | | - Fix handling of unitless CSS size values in HTML message (#1488535) |
| | | - Fix removing contact photo using LDAP addressbook (#1488420) |
| | | - Fix storing X-ANNIVERSARY date in vCard format (#1488527) |
| | |
| | | |
| | | #messagetoolbar a.button.archive { |
| | | text-indent: -1000px; |
| | | text-indent: -5000px; |
| | | background: url(archive_act.png) 0 0 no-repeat; |
| | | } |
| | | |
| | |
| | | |
| | | #messagetoolbar a.button.junk { |
| | | text-indent: -1000px; |
| | | text-indent: -5000px; |
| | | background: url(junk_act.png) 0 0 no-repeat; |
| | | } |
| | | |
| | |
| | | |
| | | #compose-attachments li a |
| | | { |
| | | text-indent: -1000px; |
| | | text-indent: -5000px; |
| | | width: 17px; |
| | | height: 16px; |
| | | display: block; |
| | |
| | | width: 24px; |
| | | height: 18px; |
| | | text-decoration: none; |
| | | text-indent: -1000px; |
| | | text-indent: -5000px; |
| | | background: url(images/buttons.png) -7px -377px no-repeat; |
| | | } |
| | |
| | | |
| | | #uploadform a.iconlink { |
| | | margin-left: 1em; |
| | | text-indent: -1000px; |
| | | text-indent: -5000px; |
| | | } |
| | | |
| | | #uploadform form div { |
| | |
| | | width: 24px; |
| | | height: 18px; |
| | | text-decoration: none; |
| | | text-indent: -1000px; |
| | | text-indent: -5000px; |
| | | background: url(images/buttons.png) -1000px 0 no-repeat; |
| | | } |
| | | |
| | |
| | | display: inline-block; |
| | | width: 48px; |
| | | height: 35px; |
| | | text-indent: -1000px; |
| | | text-indent: -5000px; |
| | | background: url(images/buttons.png) -1000px 0 no-repeat; |
| | | } |
| | | |
| | |
| | | height: 18px; |
| | | padding: 0; |
| | | text-decoration: none; |
| | | text-indent: -1000px; |
| | | text-indent: -5000px; |
| | | background: url(images/buttons.png) -7px -337px no-repeat; |
| | | } |
| | | |