diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-09-21 17:35:04 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-09-21 17:35:04 +0000 |
| commit | f21d21e74ffba0852fe02eb7cad9d62d6b5735d4 (patch) | |
| tree | f6ec5174d2e24e08468c00dc929c52ec45ad306f /plugins/acl/skins/default/acl.css | |
| parent | d80ad91b666dcc8d2f87d2a2b26ce318f3007f4a (diff) | |
- Make the plugin aware of autocomplete_* options
- Fix non-working backspace key in name field
git-svn-id: https://svn.roundcube.net/trunk@5263 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/acl/skins/default/acl.css')
| -rw-r--r-- | plugins/acl/skins/default/acl.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/acl/skins/default/acl.css b/plugins/acl/skins/default/acl.css index e46a1d00b..cf3391f49 100644 --- a/plugins/acl/skins/default/acl.css +++ b/plugins/acl/skins/default/acl.css @@ -61,6 +61,12 @@ background-color: #CC3333; } +#acltable tr.unfocused td +{ + color: #FFFFFF; + background-color: #929292; +} + #acladvswitch { position: absolute; |
