mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
parent
9889c291cc
commit
0f5d76ca74
14 changed files with 284 additions and 31 deletions
|
|
@ -309,3 +309,14 @@ tr.quotas > td {
|
|||
text-align: center;
|
||||
margin-right: 2px;
|
||||
}
|
||||
|
||||
.list-group > a.disabled {
|
||||
color: #999999;
|
||||
}
|
||||
.list-group > a.disabled:hover,
|
||||
.list-group > a.disabled:focus {
|
||||
color: #999999;
|
||||
text-decoration: none;
|
||||
background-color: transparent;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue