2411: Add copyright notices to everything.
[arvados.git] / apps / workbench / app / assets / stylesheets / application.css.scss
index f2d28e113f617ab20613a470b17e56b1e9a54744..31f06e9e5802653ce6ada0379c08579eb84650c5 100644 (file)
@@ -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.
@@ -219,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;
 }
@@ -301,10 +309,10 @@ ul.nav.nav-tabs {
   display: block;
 }
 
-.editable-inline,
-.editable-inline .form-group,
-.editable-inline .form-group .editable-input,
-.editable-inline .form-group .editable-input textarea,
+.arv-description-as-subtitle .editable-inline,
+.arv-description-as-subtitle .editable-inline .form-group,
+.arv-description-as-subtitle .editable-inline .form-group .editable-input,
+.arv-description-as-subtitle .editable-inline .form-group .editable-input textarea,
 {
     width: 98%!important;
 }