diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-03-25 16:29:02 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-03-25 16:29:02 +0000 |
| commit | d83d00dad3b35e895bec82bc107e418e4f736593 (patch) | |
| tree | effbc84d2e345f661ad298b8f819c91c98f2db20 /roundcubemail/skins/default/mail.css | |
| parent | 755864eec85161db71b103b6e1bfd362a3efc806 (diff) | |
- Added possibility to select all messages in a folder (#1484756)
git-svn-id: https://svn.roundcube.net/trunk@3419 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default/mail.css')
| -rw-r--r-- | roundcubemail/skins/default/mail.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css index 0e35046c0..7b233f861 100644 --- a/roundcubemail/skins/default/mail.css +++ b/roundcubemail/skins/default/mail.css @@ -579,6 +579,14 @@ td.formlinks a:visited background-position: -30px -15px; } +#listcontrols a.page { + background-position: -135px 0; +} + +#listcontrols a.pagesel { + background-position: -135px -15px; +} + #listcontrols a.unread { background-position: -45px 0; } |
