mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-09 07:42:25 +00:00
webui (p,m): using 'pointer' cursor for addr. or links in left menu
This commit is contained in:
parent
36b6ae4762
commit
ec19819879
@ -117,6 +117,9 @@ html, body {
|
||||
background-color: #00BCD4;
|
||||
color: #37474F;
|
||||
}
|
||||
.mdl-navigation__link:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
.demo-navigation .mdl-navigation__link .material-icons {
|
||||
font-size: 24px;
|
||||
color: rgba(255, 255, 255, 0.56);
|
||||
|
@ -48,6 +48,10 @@ ul.jqtree-tree .jqtree-element {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
span.addr {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
ul.jqtree-tree li.jqtree-folder {
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user