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