X-Git-Url: http://git.rot13.org/?p=MojoFacets.git;a=blobdiff_plain;f=public%2Fmojo_facets.css;h=acdb653684ce745cee277d41761963d792615f3a;hp=35559701edb04c62d0a30dcbc313f3491f4f3627;hb=HEAD;hpb=28ed5e53e7cc0ca6386add4ca6fb00dff2c9a04e diff --git a/public/mojo_facets.css b/public/mojo_facets.css index 3555970..acdb653 100644 --- a/public/mojo_facets.css +++ b/public/mojo_facets.css @@ -74,7 +74,7 @@ a.remove { color: #000; } -li label:hover, td label:hover { +li label:hover, tr:hover td { background: #ff8; } @@ -137,12 +137,12 @@ div.col_opts { width: 100%; } -label.included, +.included, a#included { color: #080; } -label.excluded, +.excluded, a#excluded { color: #800; } @@ -234,6 +234,10 @@ tr.skip { background: #fcf; } +tr.source-changed { + background: #cff; +} + tr.hidden { display: none; } @@ -250,7 +254,11 @@ tr.hidden { } /* templates/all_checkboxes.html.ep */ -span#column_selection { +span.count span#column_selection { position: absolute; left: 15em; } + +.hide { + display: none; +}