Merge autoland to mozilla-central. a=merge
[gecko.git] / docs / _static / sphinx_design.css
blob86d1ad7b084fc8ccd8e6d42c6f6c4cea1e48fe16
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.sd-dropdown:hover a.dropdown-link {
14 visibility: visible;
17 a.dropdown-link:hover {
18 background-color: #36557c;
19 color: #ffffff;
20 text-decoration: none;