8476bbc207cfff3eeba979bb22d5cb5f0025164a max Fri Oct 7 08:30:13 2022 -0700 after feedback from QA, a tiny change to buttons, refs #29676 diff --git src/hg/htdocs/style/HGStyle.css src/hg/htdocs/style/HGStyle.css index fb92ba9..a59b40d 100644 --- src/hg/htdocs/style/HGStyle.css +++ src/hg/htdocs/style/HGStyle.css @@ -18,37 +18,42 @@ } #searchHelp { display: inline; margin-left: 0.5em; font-size: 80%; } a:link { color: #121E9A; text-decoration: underline } input[type="submit"], input[type="button"], button { border: 1px solid rgba(100, 100, 100, .5); - /* border-radius: 3px; */ + border-radius: 3px; margin: 0; padding-top: 3px; padding-bottom: 3px; background-color: #EEE; } +input[type="submit"]:hover, input[type="button"]:hover, button:hover { + background-color: #E8E8E8; +} + + .moveButtonText { font-size: 80% } .infoText { font-size: 90%; text-align: center; } .blueLink { color: #121E9A !important; cursor: pointer; } span.link { @@ -582,40 +587,46 @@ font-size: 90%; } .positionDisplay:hover { cursor: default; } .positionInput { padding: 3px; /* border-radius: 3px; */ border: gray 1px solid; } #hgt\.left3, #hgt\.in1, #hgt\.out1 { border-right: 1px solid lightgray; - border-radius: 0px; + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; + border-top-right-radius: 0px; + border-bottom-right-radius: 0px; } #hgt\.left2, #hgt\.left1, #hgt\.right1, #hgt\.right2, #hgt\.in2, #hgt\.in3, #hgt\.out2, #hgt\.out3 { border-right: 1px solid lightgray; border-left: 1px solid lightgray; border-radius: 0px; } #hgt\.right3, #hgt\.inBase, #hgt\.out4 { border-left: 1px solid lightgray; - border-radius: 0px; + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; + border-top-left-radius: 0px; + border-bottom-left-radius: 0px; } .pennantIconText { text-decoration: none; text-transform: capitalize; font-size: 70%; font-style: italic; font-weight: bold; vertical-align: text-top; } .folderIcon { /* color: #00457c; color of SVG must be set via fill attribute, see hui.c:printIcons() */ height: 13px;