21 lines
564 B
CSS
21 lines
564 B
CSS
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
|
|
|
/* Learn more links */
|
|
|
|
.network-monitor .learn-more-link::before {
|
|
background-image: url(chrome://devtools/skin/images/help.svg);
|
|
}
|
|
|
|
.network-monitor .tree-container .treeTable tr .learn-more-link {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.network-monitor .tree-container .treeTable tr:not(:hover) .learn-more-link {
|
|
opacity: 0.1;
|
|
}
|