New networkmaps in progress... (Changed visual styles in the context menus)

This commit is contained in:
Arturo Gonzalez 2016-10-05 11:38:54 +02:00
parent b2a12daa92
commit 80d53bf3b9
1 changed files with 5 additions and 1 deletions

View File

@ -23,6 +23,7 @@
list-style-type: none;
border: 1px solid #DDD;
border-radius: 10px;
background: #EEE;
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
@ -40,6 +41,7 @@
padding: 2px 2px 2px 24px;
background-color: #EEE;
position: relative;
border-radius: 10px;
-webkit-user-select: none;
-moz-user-select: -moz-none;
-ms-user-select: none;
@ -68,7 +70,9 @@
.context-menu-item.hover {
cursor: pointer;
background-color: #39F;
background-color: #82b92e;
border-radius: 10px;
color: #fff;
}
.context-menu-item.disabled {