2872: Merge branch 'master' into 2872-folder-nav
[arvados.git] / apps / workbench / app / assets / stylesheets / select_modal.css.scss
index 6fe56515aaf892e3d41eb0db1d4787f2411e4447..5aab6698259afb271c0f1feac0782b58df3382ef 100644 (file)
@@ -1,3 +1,15 @@
+.selectable-container > .row {
+    padding-top: 5px;
+    padding-bottom: 5px;
+    padding-right: 1em;
+}
 .selectable.active, .selectable:hover {
     background: #d9edf7;
 }
+.selectable.active,
+.selectable.active *,
+.selectable.active:hover,
+.selectable.active:hover * {
+    background: #428bca;
+    color: #fff;
+}