- Refactoring
- Code cleanup - Reformatting
This commit is contained in:
@@ -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;
|
||||
|
@@ -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 {
|
||||
|
Reference in New Issue
Block a user