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/. */
22 .splitview-nav-container button {
24 background-clip: padding-box;
25 border-bottom: 1px solid #A09090;
26 -moz-padding-end: 8px;
27 -moz-box-align: center;
31 list-style-image: url("chrome://browser/skin/devtools/profiler-stopwatch.png");
32 -moz-image-region: rect(0px,16px,16px,0px);
35 #profiler-start:hover {
36 -moz-image-region: rect(16px,16px,32px,0px);
39 #profiler-start[checked] {
40 -moz-image-region: rect(0px,32px,16px,16px);
43 #profiler-start[checked]:hover {
44 -moz-image-region: rect(16px,32px,32px,16px);