fdc9420705b134d6daf6675767b1bc4d05f8c9e4 kate Wed Aug 21 11:18:36 2019 -0700 Lower red component, as per JK. refs #23922 diff --git src/hg/htdocs/style/HGStyle.css src/hg/htdocs/style/HGStyle.css index d7defef..fe3715e 100644 --- src/hg/htdocs/style/HGStyle.css +++ src/hg/htdocs/style/HGStyle.css @@ -789,23 +789,23 @@ margin-top: 5px; margin-bottom: 5px; text-align: center } /* hgPublicSessions-specific */ table.sessionTable tbody tr:hover{ background-color:#fdffb7 !important; } a:link img.sessionThumbnail { padding: 5px; } input[type="submit"].pressed { - background: #dcdcff; + 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; }