Commit 10d141aa by chenith

Updated HT004 : Summary area - set clickability indicators (hand cursor and…

Updated HT004 : Summary area - set clickability indicators (hand cursor and highlight state on rollover)
parent a88f8d57
......@@ -2950,6 +2950,16 @@ span.export-candidate,span.appli-status-short{
.pro-bar {
padding: 28px 38px 22px 62px;
text-align: left;
cursor: pointer;
}
.pro-bar:hover{
box-shadow: 3px 3px 15px #666;
border-color:#C76C0C;
cursor: pointer;
/*Opacity*/
zoom: 1;
filter: alpha(opacity=100);
opacity: 1;
}
span.appli-percen {
color: #67b413;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment