Bug 1717887 Part 1: Abstract RenderThread task pushing, and make it private. r=gfx...
[gecko.git] / docs / _static / sphinx_panels.css
blob0b2fdcb7e46d00a59c66e3638db0c6a08642b9f2
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5 /* For Dropdown Link in panels of sphinx-panels */
6 a.dropdown-link {
7 color: #DDD;
8 margin-left: 0.5em;
9 padding: 0.25em;
10 visibility: hidden;
13 details.dropdown:hover a.dropdown-link {
14 visibility: visible;
17 a.dropdown-link:hover {
18 background-color: #36557c;
19 color: #ffffff;
20 text-decoration: none;