X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/ed8897b942f147afccf8eeac1025861ffe2f1690..0f644e242ef37c911ad3dc25aca8135c339de349:/apps/workbench/app/assets/stylesheets/application.css.scss diff --git a/apps/workbench/app/assets/stylesheets/application.css.scss b/apps/workbench/app/assets/stylesheets/application.css.scss index bab72893bd..31f06e9e58 100644 --- a/apps/workbench/app/assets/stylesheets/application.css.scss +++ b/apps/workbench/app/assets/stylesheets/application.css.scss @@ -1,3 +1,7 @@ +// Copyright (C) The Arvados Authors. All rights reserved. +// +// SPDX-License-Identifier: AGPL-3.0 + /* * This is a manifest file that'll be compiled into application.css, which will include all the files * listed below. @@ -7,15 +11,14 @@ * * You're free to add application-wide styles to this file and they'll appear at the top of the * compiled file, but it's generally better to create a new file per style scope. + * + *= require_self + *= require bootstrap + *= require bootstrap3-editable/bootstrap-editable + *= require morris + *= require_tree . */ -@import 'bootstrap-sprockets'; -@import 'bootstrap'; -@import 'bootstrap3-editable/bootstrap-editable'; - -//= require morris -//= require_tree . - .contain-align-left { text-align: left; } @@ -220,6 +223,10 @@ table.table-fixed-header-row tbody { overflow-y: auto; } +.dropdown-menu a { + cursor: pointer; +} + .row-fill-height, .row-fill-height>div[class*='col-'] { display: flex; }