diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2014-02-04 19:52:25 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2014-02-04 22:50:15 +0100 |
commit | affabd9a4b24d08ac4beb5828fc0103b4f36e3ef (patch) | |
tree | 8fbb63fc3d3c632c627142872deb77d64cb821f7 /skins | |
parent | f147849bb05a48fe721851b2ebc2d0d746e2ca75 (diff) |
Fix some glitches in ACL table display
Diffstat (limited to 'skins')
-rw-r--r-- | skins/larry/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/larry/styles.css b/skins/larry/styles.css index 4cdf0f0f3..e1a813373 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -1424,7 +1424,7 @@ table.records-table { .records-table tr.unfocused td { color: #fff !important; - background: #4db0d2 !important; + background-color: #4db0d2 !important; } .records-table tr.unfocused td a, |