1d173842a1256c9777500adb4eb570840ebf377b kate Wed Aug 21 11:28:05 2019 -0700 Remove cut/paste err. diff --git src/hg/htdocs/style/HGStyle.css src/hg/htdocs/style/HGStyle.css index fe3715e..70903d4 100644 --- src/hg/htdocs/style/HGStyle.css +++ src/hg/htdocs/style/HGStyle.css @@ -793,19 +793,18 @@ /* hgPublicSessions-specific */ table.sessionTable tbody tr:hover{ background-color:#fdffb7 !important; } a:link img.sessionThumbnail { padding: 5px; } input[type="submit"].pressed { background: #d0dcff; 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.2); border-radius: 4px; }