diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-05-17 18:41:24 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-05-17 18:41:24 +0000 |
| commit | cbb5ed45a4dd04d772ea922b42e3fdc12b744a29 (patch) | |
| tree | a10db0de06a108ef2cc02223b23803ef474952ac /roundcubemail/skins/default/common.css | |
| parent | b2bddda4d675071672acf8b6e1db03f1a35ff019 (diff) | |
Add link to message subjects (#1484257); don't make selected list items bold; remove duplicate function
git-svn-id: https://svn.roundcube.net/trunk@567 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default/common.css')
| -rwxr-xr-x | roundcubemail/skins/default/common.css | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/roundcubemail/skins/default/common.css b/roundcubemail/skins/default/common.css index 2ce3dffad..32105ef90 100755 --- a/roundcubemail/skins/default/common.css +++ b/roundcubemail/skins/default/common.css @@ -289,7 +289,6 @@ table.records-table tr table.records-table tr.selected td { - font-weight: bold; color: #FFFFFF; background-color: #CC3333; } @@ -300,7 +299,6 @@ table.records-table tr.focused td table.records-table tr.unfocused td { - font-weight: bold; color: #FFFFFF; background-color: #929292; } |
