diff --git a/Documentation/_static/custom.css b/Documentation/_static/custom.css index a861bdb114..521e0f7f7b 100644 --- a/Documentation/_static/custom.css +++ b/Documentation/_static/custom.css @@ -78,3 +78,11 @@ kbd { -webkit-border-radius: 3px; text-shadow: 0 1px 0 #fff; } + +span.menuselection +{ + margin: 0px 0.1em; + padding: 0.1em 0.1em; + border-radius: 3px; + border: 1px solid rgb(204, 204, 204); +}