closes #9587
[arvados.git] / apps / workbench / app / assets / stylesheets / application.css.scss
index f2d28e113f617ab20613a470b17e56b1e9a54744..a09de69c1f0916854bf2179191d8077731c8bc9d 100644 (file)
@@ -219,6 +219,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 +305,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;
 }