X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/b3cc51580f7d4bfa0c390e29950b2d605bfcda79..0eb72b526bf8bbb011551ecf019f604e17a534f1:/apps/workbench/app/assets/stylesheets/select_modal.css.scss?ds=sidebyside diff --git a/apps/workbench/app/assets/stylesheets/select_modal.css.scss b/apps/workbench/app/assets/stylesheets/select_modal.css.scss index f97110a2b7..bd7ff92a41 100644 --- a/apps/workbench/app/assets/stylesheets/select_modal.css.scss +++ b/apps/workbench/app/assets/stylesheets/select_modal.css.scss @@ -1,15 +1,27 @@ +// Copyright (C) The Arvados Authors. All rights reserved. +// +// SPDX-License-Identifier: AGPL-3.0 + .selectable-container > .row { padding-top: 5px; padding-bottom: 5px; padding-right: 1em; + color: #888; +} +.selectable-container > .row.selectable { + color: #000; } .selectable.active, .selectable:hover { background: #d9edf7; + cursor: pointer; } .selectable.active, -.selectable.active a, +.selectable.active *, .selectable.active:hover, -.selectable.active:hover a { +.selectable.active:hover * { background: #428bca; color: #fff; } +.selectable-container > .row.class-separator { + background: #ddd; +}