mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
New networkmaps in progress... (Changed visual styles in the context menus)
This commit is contained in:
parent
b2a12daa92
commit
80d53bf3b9
@ -23,6 +23,7 @@
|
|||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
|
|
||||||
border: 1px solid #DDD;
|
border: 1px solid #DDD;
|
||||||
|
border-radius: 10px;
|
||||||
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);
|
||||||
@ -40,6 +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;
|
||||||
-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;
|
||||||
@ -68,7 +70,9 @@
|
|||||||
|
|
||||||
.context-menu-item.hover {
|
.context-menu-item.hover {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
background-color: #39F;
|
background-color: #82b92e;
|
||||||
|
border-radius: 10px;
|
||||||
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.context-menu-item.disabled {
|
.context-menu-item.disabled {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user