X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/7a98271d94163cdc4afa5bfcf275db353bc062d2..7a27da096af5e23e6339585094e6afbd3c2dedd0:/apps/workbench/app/assets/stylesheets/selection.css diff --git a/apps/workbench/app/assets/stylesheets/selection.css b/apps/workbench/app/assets/stylesheets/selection.css index 147d6fe93b..5e0da41b7a 100644 --- a/apps/workbench/app/assets/stylesheets/selection.css +++ b/apps/workbench/app/assets/stylesheets/selection.css @@ -2,18 +2,8 @@ width: 500px; } -#selection-form-content > li > a, #selection-form-content > li > input { - display: block; - padding: 3px 20px; - clear: both; - font-weight: normal; - line-height: 1.42857; - color: rgb(51, 51, 51); - white-space: nowrap; - border: none; - background: transparent; - width: 100%; - text-align: left; +#selection-form-content > li > a, #selection-form-content > li > button { + margin: 3px 20px; } #selection-form-content li table tr { @@ -22,8 +12,6 @@ border-top: 1px solid rgb(221, 221, 221); } -#selection-form-content a:hover, #selection-form-content a:focus, #selection-form-content input:hover, #selection-form-content input:focus, #selection-form-content tr:hover { - text-decoration: none; - color: rgb(38, 38, 38); - background-color: whitesmoke; -} \ No newline at end of file +#selection-form-content li table tr:last-child { + border-bottom: 1px solid rgb(221, 221, 221); +}