Less shadow for the contextMenu

This commit is contained in:
Tobias Reich 2014-04-18 21:15:21 +02:00
parent 25eb998c12
commit a3970ce69a

View File

@ -36,7 +36,7 @@
.contextmenu tr { .contextmenu tr {
font-size: 14px; font-size: 14px;
color: #eee; color: #eee;
text-shadow: 0px -1px 0px rgba(0,0,0,.6); text-shadow: 0px -1px 0px rgba(0,0,0,.4);
cursor: pointer; cursor: pointer;
} }
.contextmenu tr:hover { .contextmenu tr:hover {