2411: Add copyright notices to everything.
[arvados.git] / apps / workbench / app / assets / stylesheets / application.css.scss
index bab72893bd921dc2f6b330d6a2e2277d1e817243..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.
  *
  * 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;
 }