mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-23 21:29:49 +00:00
webui (m): enforcing foreground darker text color on hover (as expected)
This commit is contained in:
parent
7df9d7e2f0
commit
c955d4834f
@ -115,7 +115,7 @@ html, body {
|
||||
}
|
||||
.demo-layout .demo-navigation .mdl-navigation__link:hover {
|
||||
background-color: #00BCD4;
|
||||
color: #37474F;
|
||||
color: #37474F !important;
|
||||
}
|
||||
.mdl-navigation__link:hover {
|
||||
cursor: pointer;
|
||||
|
Loading…
Reference in New Issue
Block a user