create infobox in javascript
This commit is contained in:
parent
8fcbf0ae53
commit
f54d430df3
2 changed files with 42 additions and 35 deletions
10
history.html
10
history.html
|
@ -56,23 +56,19 @@
|
|||
text-align: left !important;
|
||||
}
|
||||
|
||||
#infobox .clients {
|
||||
.infobox .clients {
|
||||
font-family: "ionicons";
|
||||
color: #1566A9;
|
||||
word-spacing: -0.2em;
|
||||
}
|
||||
|
||||
#infobox {
|
||||
.infobox {
|
||||
position: relative;
|
||||
box-shadow: 0px 0.5px 3px rgba(0, 0, 0, 0.16), 0px 0.5px 2px rgba(0, 0, 0, 0.24);
|
||||
background: rgba(0, 0, 0, 0.02);
|
||||
padding: 0.25em 0;
|
||||
}
|
||||
|
||||
#infobox.hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
button {
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
font-family: "ionicons";
|
||||
|
@ -301,8 +297,6 @@
|
|||
</button>
|
||||
|
||||
<div id="sidebardata">
|
||||
<div id="infobox" class="hidden">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue