Skip to content

Commit

Permalink
Introduced opacity for the highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
kgashok committed May 31, 2016
1 parent 2f758dd commit 495221c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
<style type="text/css">
.col-xs-3{
.col-xs-3 {
border-color:#0f0f0f;
border-width: 2px;
}

tr:hover { background: #ff6600; }
tr:hover {
background: #ff6600;
opacity: 0.7;
}

</style>

Expand Down

0 comments on commit 495221c

Please sign in to comment.