Merge branch 'master' into 2060-edit-tags-in-workbench
[arvados.git] / apps / workbench / app / assets / stylesheets / application.css.scss
index 5ada51a936a33d7e6fc3e622a443e63bc90ddd0c..a4163f8b3fe136c2456d530470a2e1fb9ec836b4 100644 (file)
@@ -126,6 +126,17 @@ ul.arvados-nav li ul li {
     display:inline-block;
 }
 
+td.add-tag-button .add-tag-button {
+    margin-top: 2px;
+    opacity: 0;
+}
+td.add-tag-button:hover .add-tag-button {
+    opacity: 1;
+}
+.removable-tag a {
+    cursor: pointer;
+}
+
 li.notification {
     padding: 10px;
 }