Merge branch '2257-inequality-conditions' into 2290-user-activity
[arvados.git] / apps / workbench / app / assets / stylesheets / application.css.scss
index be54dd01ba1adacd5e02185c25f68fcfccc6d8ab..455e4c0a9fa6cb13553cd121b5c64f427c8fbc90 100644 (file)
@@ -122,7 +122,7 @@ ul.arvados-nav li ul li {
 }
 
 .inline-progress-container {
-    width: 100px;
+    width: 100%;
     display:inline-block;
 }
 
@@ -158,7 +158,7 @@ li.notification {
     background: rgb(66, 139, 202);
 }
 
-.arvados-nav-active a {
+.arvados-nav-active a, .arvados-nav-active a:hover {
     color: white;
 }
 
@@ -185,10 +185,3 @@ table.table-fixed-header-row tbody {
     overflow-y: auto;
 }
 
-#persistent-selection-list {
-    width: 500px;
-}
-
-#persistent-selection-list li table tr {
-  border-top: 1px solid rgb(221, 221, 221);
-}