Add 'tools/arvbox/' from commit 'd3d368758db1f4a9fa5b89f77b5ee61d68ef5b72'
[arvados.git] / apps / workbench / app / assets / stylesheets / application.css.scss
index bab72893bd921dc2f6b330d6a2e2277d1e817243..a09de69c1f0916854bf2179191d8077731c8bc9d 100644 (file)
@@ -7,15 +7,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 +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;
 }