Skip to content

Commit

Permalink
Dev: Missing box-shadow for webkit
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Apr 27, 2016
1 parent ab91072 commit d89960f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/default/css/flat_and_modern.css
Expand Up @@ -5126,7 +5126,7 @@ a.thumbnail.active {
margin-bottom: 21px;
background-color: #ecf0f1;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1);
/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}
Expand Down

0 comments on commit d89960f

Please sign in to comment.