00a364772e6004ac5d9d221c0594121063791471
chmalee
  Mon Oct 7 09:50:38 2024 -0700
After meeting with QA, start small redesign to emphasize getting a track uploaded. Change the file selector to be in a modal, make the newest files sort to top and be highlighted, add a batch change file type and db, auto-detect the db from the cart

diff --git src/hg/htdocs/style/hgHubConnect.css src/hg/htdocs/style/hgHubConnect.css
index 7432715..7260bed 100644
--- src/hg/htdocs/style/hgHubConnect.css
+++ src/hg/htdocs/style/hgHubConnect.css
@@ -109,28 +109,15 @@
 
 
 #extraSettingsContainer {
     display: inline-block;
     line-height: 1.5em;
     position: relative;
     vertical-align: middle;
 }
 
 #extraSettingsContainer > img {
     vertical-align: middle;
     height: 18;
     cursor: pointer;
 }
 
-.button {
-    background-color: #E8E8E8;
-    padding: 5px 10px;
-    border-radius: 5px;
-    border: 1px ridge black;
-    font-size: 0.8rem;
-}
-
-.pickedFiles {
-}
-.pickedFile {
-    font-size: smaller;
-}