diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-04-06 11:26:04 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-04-06 11:26:04 +0000 |
| commit | 7ccf9eff68e325a1976d3faee036ec657eecdd91 (patch) | |
| tree | e12328253a2f06350a8fb086ae4638da3658485b /roundcubemail/skins/default/common.css | |
| parent | 3adf9354c23ade0d115f205e31006cd80ffd4944 (diff) | |
- Fix some issues regarding to cancel icon on attachments list, improve delete icon handling
git-svn-id: https://svn.roundcube.net/trunk@6045 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default/common.css')
| -rw-r--r-- | roundcubemail/skins/default/common.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/roundcubemail/skins/default/common.css b/roundcubemail/skins/default/common.css index 57fc1275a..3e8bee71a 100644 --- a/roundcubemail/skins/default/common.css +++ b/roundcubemail/skins/default/common.css @@ -556,6 +556,11 @@ body.iframe .boxtitle background-position: -74px 0; } +img.uploading +{ + width: 16px; + height: 16px; +} /***** common table settings ******/ |
