summaryrefslogtreecommitdiff
path: root/skins/default/common.css
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2007-05-17 18:41:24 +0000
committerthomascube <thomas@roundcube.net>2007-05-17 18:41:24 +0000
commit41bece1a1adffb524daa2203dfb91211f63989d8 (patch)
tree7c1846c510c0b66bfe750f0bc87aca0fc48e1601 /skins/default/common.css
parent5870871ae1f8a0f3b40436483a43cf3aafa35b2d (diff)
Add link to message subjects (#1484257); don't make selected list items bold; remove duplicate function
Diffstat (limited to 'skins/default/common.css')
-rwxr-xr-xskins/default/common.css2
1 files changed, 0 insertions, 2 deletions
diff --git a/skins/default/common.css b/skins/default/common.css
index 2ce3dffad..32105ef90 100755
--- a/skins/default/common.css
+++ b/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;
}