diff --git a/index.html b/index.html index a9dcc8e..832082c 100644 --- a/index.html +++ b/index.html @@ -4,8 +4,8 @@ - - + + QC TOOL diff --git a/theme.css b/theme.css index 72a06a7..faeea46 100644 --- a/theme.css +++ b/theme.css @@ -26,6 +26,17 @@ a { border-left-width: 5px; } +.item:active { + height: 32px; + text-align: left; + line-height: 32px; + margin-top: 5px; + padding-left: 10px; + background-color: #ffffff; + border: 1px solid #583fe9; + border-left-width: 5px; +} + .buttons { text-align: center; }