c75cad43cd95a0d10f5586a1e7df2e3717993574
kate
  Mon Jul 29 18:00:54 2019 -0700
Lighten appearance of text on pressed buttons. refs #23922

diff --git src/hg/htdocs/style/HGStyle.css src/hg/htdocs/style/HGStyle.css
index d771f33..d7defef 100644
--- src/hg/htdocs/style/HGStyle.css
+++ src/hg/htdocs/style/HGStyle.css
@@ -794,18 +794,18 @@
 /* hgPublicSessions-specific */
 table.sessionTable tbody tr:hover{
   background-color:#fdffb7 !important;
 }
 
 a:link img.sessionThumbnail {
   padding: 5px;
 }
 
 input[type="submit"].pressed {
     background: #dcdcff; 
     webkit-box-shadow: inset 0 1px 4px rgba(0,0,0,0.6);
     moz-box-shadow: inset 0 1px 4px rgba(0,0,0,0.6);
     box-shadow: inset 0 1px 4px rgba(0,0,0,0.6);
     background: #dcdcff;
-    text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
+    text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
     border-radius: 4px;
 }