Skip to content

Commit

Permalink
Make context menu semi-transparent.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasrosdal committed Jan 2, 2015
1 parent 448a65a commit 8ef2c40
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions freeciv-web/src/main/webapp/css/civclient.css
Original file line number Diff line number Diff line change
Expand Up @@ -760,8 +760,13 @@ button.fg-button { width:auto; overflow:visible; } /* removes extra button widt
background: #444 url("images/ui-bg_highlight-soft_44_444444_1x100.png") 50% 50% repeat-x;
}

.context-menu-list {
background: none;
}

.context-menu-item {
font-size: 140%;
background-color: rgba(200,200,200,0.7);
}

.chatbox_text_tileinfo {
Expand Down

0 comments on commit 8ef2c40

Please sign in to comment.