From a196b22a318af1d686d0859ffe636a438a0c9eef Mon Sep 17 00:00:00 2001 From: barrilac <barrilac> Date: Mon, 13 Feb 2012 15:45:17 +0000 Subject: [PATCH] changes in line colors in table and mouse-hover style SVN: 24443 --- plasmid/source/html/yeastlabbrowser/body-style.css | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/plasmid/source/html/yeastlabbrowser/body-style.css b/plasmid/source/html/yeastlabbrowser/body-style.css index 631d14a1061..088c096597f 100644 --- a/plasmid/source/html/yeastlabbrowser/body-style.css +++ b/plasmid/source/html/yeastlabbrowser/body-style.css @@ -29,7 +29,7 @@ div.inspector { } .properties tr:nth-child(odd) { - background-color:#eee; + background-color:#E0F0FF; } .properties tr:nth-child(even) { @@ -105,7 +105,7 @@ background-color: white; } #plasmid-table tr:nth-child(odd) { - background-color:#eee; + background-color:#E0F0FF; } #plasmid-table tr:nth-child(even) { @@ -113,10 +113,15 @@ background-color: white; } #plasmid-table tr.plasmid-table-data:hover { - background-color:#AAA; + font-size : 110%; + font-weight: bold; + } #plasmid-table tr.plasmid-table-header { - background-color:#AAA; + font-size:14px; + font-weight: bold; + color:#fff; + background-color:#0000CC; } -- GitLab