added the process context menu
This commit is contained in:
@@ -106,4 +106,20 @@
|
||||
button.x-btn-text:focus,.x-combo-selected{
|
||||
-moz-outline-style:none;
|
||||
outline:none;
|
||||
}
|
||||
}
|
||||
|
||||
.icon-activate{
|
||||
background-image: url("/images/activate.png");
|
||||
}
|
||||
|
||||
.icon-deactivate{
|
||||
background-image: url("/images/deactivate.png");
|
||||
}
|
||||
|
||||
.icon-debug{
|
||||
background-image: url("/images/debug.png");
|
||||
}
|
||||
|
||||
.icon-debug-disabled{
|
||||
background-image: url("/images/debug_disabled.png");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user