Skip to content

Commit

Permalink
better caret in menu button
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@18729 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Mar 15, 2018
1 parent ded694d commit 0ae3dce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/html5/css/client.css
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,8 @@ div.windowinfocus {
font-size: 16px;
border: none;
cursor: pointer;
display: inline-block;
white-space: nowrap;
}

#about {
Expand Down
2 changes: 1 addition & 1 deletion src/html5/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<div id="screen" style="width: 100%; height:100%;">
<div id="top_bar">
<div class="menu-block">
<button onclick="show_menu('xpra_menu', event);" class="menu-button">Xpra <span class="caret"></span></button>
<button onclick="show_menu('xpra_menu', event);" class="menu-button">Xpra <span class="caret">&#9660;</span></button>
<div id="xpra_menu" class="menu-content">
<a href="#" onclick="show_about(event); return false">About</a>
<a href="#" onclick="client.disconnect_reason='User request'; client.close(); return false">Disconnect</a>
Expand Down

0 comments on commit 0ae3dce

Please sign in to comment.