mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUAC-324: Improve menu style.
This commit is contained in:
@@ -55,11 +55,13 @@
|
||||
|
||||
<!-- Menu -->
|
||||
<div id="menu">
|
||||
<h1>Guacamole ${project.version}</h1>
|
||||
<button>Test button</button>
|
||||
<button>Test button</button>
|
||||
<button>Test button</button>
|
||||
<button>Test button</button>
|
||||
<h2>Guacamole ${project.version}</h2>
|
||||
<div class="content">
|
||||
<button>Test button</button>
|
||||
<button>Test button</button>
|
||||
<button>Test button</button>
|
||||
<button>Test button</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Images which should be preloaded -->
|
||||
|
@@ -542,7 +542,12 @@ p.hint {
|
||||
bottom: 0;
|
||||
max-width: 100%;
|
||||
width: 320px;
|
||||
background: red;
|
||||
background: #EEE;
|
||||
box-shadow: inset -1px 0 2px white, 1px 0 2px black;
|
||||
}
|
||||
|
||||
#menu .content {
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
#menu.closed {
|
||||
|
Reference in New Issue
Block a user