2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved.
3 * Copyright (C) 2009 Anthony Ricaud <rik@webkit.org>
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
9 * 1. Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer.
11 * 2. Redistributions in binary form must reproduce the above copyright
12 * notice, this list of conditions and the following disclaimer in the
13 * documentation and/or other materials provided with the distribution.
14 * 3. Neither the name of Apple Computer, Inc. ("Apple") nor the names of
15 * its contributors may be used to endorse or promote products derived
16 * from this software without specific prior written permission.
18 * THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS "AS IS" AND ANY
19 * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
20 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
21 * DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY
22 * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
23 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
24 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
25 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
26 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
27 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
34 .sidebar-pane > .body {
41 .sidebar-pane > .body .info {
49 .sidebar-pane > .body .placard + .info {
50 border-top: 1px solid rgb(189, 189, 189);
51 background-color: rgb(255, 255, 194);
54 .sidebar-pane.visible > .body {
58 .sidebar-pane .section .properties {
62 .sidebar-tabbed-pane .tabbed-pane-header {
63 background-image: -webkit-linear-gradient(rgb(243,243,243), rgb(235,235,235));
64 border-bottom: 1px solid rgb(202, 202, 202);
67 .sidebar-pane-stack > .sidebar-pane.visible:nth-last-of-type(1) {
68 border-bottom: 1px solid rgb(189, 189, 189);
74 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(243, 243, 243)), color-stop(0.05, rgb(243, 243, 243)), color-stop(0.05, rgb(230, 230, 230)), to(rgb(209, 209, 209)));
77 border-top: 1px solid rgb(189, 189, 189);
78 border-bottom: 1px solid rgb(189, 189, 189);
82 color: rgb(110, 110, 110);
83 text-shadow: white 0 1px 0;
84 -webkit-background-origin: padding;
85 -webkit-background-clip: padding;
89 .sidebar-pane-title + .sidebar-pane-title, .pane:not(.visible) + .sidebar-pane-title, .sidebar-pane-title:first-of-type {
93 .sidebar-pane-title:active {
94 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(231, 231, 231)), color-stop(0.05, rgb(231, 231, 231)), color-stop(0.05, rgb(207, 207, 207)), to(rgb(186, 186, 186)));
95 border-top: 1px solid rgb(178, 178, 178);
96 border-bottom: 1px solid rgb(178, 178, 178);
99 .sidebar-pane-title::before {
100 content: url(Images/disclosureTriangleSmallRightBlack.png);
108 .sidebar-pane-title.expanded::before {
109 content: url(Images/disclosureTriangleSmallDownBlack.png);
112 .sidebar-pane-toolbar {
116 color: rgb(110, 110, 110);
117 text-shadow: white 0 1px 0;
123 pointer-events: none;
126 .sidebar-pane-toolbar > * {
127 pointer-events: auto;
130 .sidebar-pane-toolbar > .pane-title-button {
135 background-color: transparent;
137 background-repeat: no-repeat;
140 -webkit-border-radius: 0;
141 -webkit-appearance: none;
144 .sidebar-pane-toolbar > .pane-title-button:hover {
145 background-position: -23px 0px;
148 .sidebar-pane-toolbar > .pane-title-button:active, .sidebar-pane-toolbar > .pane-title-button.toggled {
149 background-position: -46px 0px;
152 .sidebar-pane-toolbar > .pane-title-button.add {
153 background-image: url(Images/paneAddButtons.png);
156 .sidebar-pane-toolbar > .pane-title-button.element-state {
157 background-image: url(Images/paneElementStateButtons.png);
160 .sidebar-pane-toolbar > .pane-title-button.refresh {
161 background-image: url(Images/paneRefreshButtons.png);
164 .sidebar-pane-subtitle {
170 body.platform-windows .sidebar-pane-subtitle {
174 .sidebar-pane-subtitle input, .section .header input[type=checkbox] {
180 margin-bottom: 0.25em;
181 vertical-align: bottom;