diff --git a/genetify/controls.css b/genetify/controls.css index 0ad85a5..fe57c83 100755 --- a/genetify/controls.css +++ b/genetify/controls.css @@ -53,7 +53,7 @@ #genetify_controls *:first-child+html button[type]{ padding:4px 10px 3px 7px; /* IE7 */ } -#genetify_controls .buttons button img, .buttons a img{ +#genetify_controls .buttons button img, #genetify_controls .buttons a img{ margin:0 3px -3px 0 !important; padding:0; border:none; @@ -64,7 +64,7 @@ /* STANDARD */ -#genetify_controls button:hover, .buttons a:hover{ +#genetify_controls button:hover, #genetify_controls .buttons a:hover{ background-color:#dff4ff; border:1px solid #c2e1ef; color:#336699; @@ -77,10 +77,10 @@ /* POSITIVE */ -#genetify_controls button.positive, .buttons a.positive{ +#genetify_controls button.positive, #genetify_controls .buttons a.positive{ color:#529214; } -#genetify_controls .buttons a.positive:hover, button.positive:hover{ +#genetify_controls .buttons a.positive:hover, #genetify_controls button.positive:hover{ background-color:#E6EFC2; border:1px solid #C6D880; color:#529214; @@ -93,10 +93,10 @@ /* NEGATIVE */ -#genetify_controls .buttons a.negative, button.negative{ +#genetify_controls .buttons a.negative, #genetify_controls button.negative{ color:#d12f19; } -#genetify_controls .buttons a.negative:hover, button.negative:hover{ +#genetify_controls .buttons a.negative:hover, #genetify_controls button.negative:hover{ background:#fbe3e4; border:1px solid #fbc2c4; color:#d12f19; @@ -139,7 +139,7 @@ #genetify_results_table td { background-color: white; } -#genetify_results_table td, th { +#genetify_results_table td, #genetify_controls th { padding: 0.66em; height: auto; min-width: 50px;