Skip to content

Commit

Permalink
Added drop shadow to the table and updated appliance icon drop shadow…
Browse files Browse the repository at this point in the history
… to use transparency
  • Loading branch information
rudybrian committed Oct 11, 2014
1 parent fa41350 commit faf1c44
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion public/stylesheets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ a {
width: 232px;
border-radius: 116px;
margin: 20px;
box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 1);
box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
float: left;
}

Expand All @@ -39,6 +39,8 @@ a {
border-spacing:1px;
background:#CCC;
opacity:0.75;
width: 100%;
box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.75);
}
#functionList table th {
background:#EEE;
Expand Down

0 comments on commit faf1c44

Please sign in to comment.