New networkmaps in progress... (Added new node images and changed the node and map context menu to another op, thx Alex for the hipster lesson)
Before Width: | Height: | Size: 929 B After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 414 B After Width: | Height: | Size: 652 B |
Before Width: | Height: | Size: 754 B After Width: | Height: | Size: 930 B |
Before Width: | Height: | Size: 595 B After Width: | Height: | Size: 755 B |
Before Width: | Height: | Size: 601 B After Width: | Height: | Size: 928 B |
Before Width: | Height: | Size: 789 B After Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 3.5 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 1007 B After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 713 B After Width: | Height: | Size: 730 B |
Before Width: | Height: | Size: 601 B After Width: | Height: | Size: 928 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 997 B After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 812 B After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 697 B After Width: | Height: | Size: 913 B |
@ -23,7 +23,7 @@
|
|||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
|
|
||||||
border: 1px solid #DDD;
|
border: 1px solid #DDD;
|
||||||
border-radius: 10px;
|
border-radius: 4px;
|
||||||
background: #EEE;
|
background: #EEE;
|
||||||
|
|
||||||
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
|
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
|
||||||
@ -41,7 +41,7 @@
|
|||||||
padding: 2px 2px 2px 24px;
|
padding: 2px 2px 2px 24px;
|
||||||
background-color: #EEE;
|
background-color: #EEE;
|
||||||
position: relative;
|
position: relative;
|
||||||
border-radius: 10px;
|
border-radius: 4px;
|
||||||
-webkit-user-select: none;
|
-webkit-user-select: none;
|
||||||
-moz-user-select: -moz-none;
|
-moz-user-select: -moz-none;
|
||||||
-ms-user-select: none;
|
-ms-user-select: none;
|
||||||
@ -71,7 +71,7 @@
|
|||||||
.context-menu-item.hover {
|
.context-menu-item.hover {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
background-color: #82b92e;
|
background-color: #82b92e;
|
||||||
border-radius: 10px;
|
border-radius: 4px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|