Skip to content
This repository has been archived by the owner on Feb 5, 2019. It is now read-only.

Update controls.css #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions genetify/controls.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand All @@ -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;
Expand All @@ -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;
Expand Down Expand Up @@ -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;
Expand Down