Skip to content
This repository has been archived by the owner on Jul 22, 2023. It is now read-only.

Commit

Permalink
The box-shadow now uses rgba instead of hex
Browse files Browse the repository at this point in the history
  • Loading branch information
nils-soderman committed Jul 31, 2019
1 parent 0057b7f commit 9561e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ctxmenu/ctxmenu.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
.ctx-menu-wrapper {

background-color: rgb(250, 250, 250);
box-shadow: 4px 4px 3px -2px #888888;
box-shadow: 4px 4px 3px -2px rgba(0, 0, 0, .1);

padding: 3px 0 3px 0;
border: 1px solid #b1b1b1;
Expand Down

0 comments on commit 9561e69

Please sign in to comment.