diff --git a/src/web/static/css/survey.css b/src/web/static/css/survey.css index 5c73dce..8bc9ec0 100644 --- a/src/web/static/css/survey.css +++ b/src/web/static/css/survey.css @@ -84,9 +84,14 @@ display: none; .screenshot { float: left; +border: 1px solid black; margin: 5px; } +.screenshot:hover { +box-shadow: 0 1px 4px gray; +} + .content-pkg ul li { margin-bottom: 10px; } @@ -113,7 +118,13 @@ z-index: 2; cursor: pointer; } -.radioButton:hover { height: 20px; } +.radioButton:hover { +height: 20px; +box-shadow: 0 0 4px gray; +border: 1px solid #eeeeec; +background: #eeeeec; +color: #000; +} #continue-button { float: right; diff --git a/src/web/templates/survey.html b/src/web/templates/survey.html index 5f81768..8bc8650 100644 --- a/src/web/templates/survey.html +++ b/src/web/templates/survey.html @@ -72,7 +72,7 @@ $for pkg in pkg_details: