- Refactoring

- Code cleanup
- Reformatting
This commit is contained in:
2021-05-31 09:53:12 +02:00
parent ca72812304
commit 2e693eb93a
8 changed files with 122 additions and 118 deletions

View File

@@ -1,6 +1,6 @@
#context_menu {
#context_menu {
display: none;
z-index:100000;
z-index: 100000;
position: absolute;
background-color: rgb(229, 229, 229);
border-width: 1px;
@@ -10,10 +10,11 @@
width: 12em;
font-size: 12px;
overflow: hidden;
white-space:nowrap;
white-space: nowrap;
list-style: none;
margin: 0;
}
#context_menu button {
display: block;
padding: 5px;
@@ -24,11 +25,13 @@
text-align: left;
color: #333;
}
#context_menu button:hover {
background-color: #DDD;
cursor: pointer;
color: #000;
}
#context_menu button > span {
display: inline;
position: absolute;

View File

@@ -8,7 +8,7 @@
width: 100%;
height: 100%;
overflow: auto;
background-color: rgba(0,0,0, 0.8);
background-color: rgba(0, 0, 0, 0.8);
}
#content {