Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / devtools / front_end / sourcesPanel.css
1 /*
2  * Copyright (C) 2006, 2007, 2008 Apple Inc.  All rights reserved.
3  * Copyright (C) 2009 Anthony Ricaud <rik@webkit.org>
4  *
5  * Redistribution and use in source and binary forms, with or without
6  * modification, are permitted provided that the following conditions
7  * are met:
8  *
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.
17  *
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.
28  */
29
30 .scripts-pause-on-exceptions-status-bar-item .glyph {
31     -webkit-mask-position: -256px 0;
32 }
33
34 .scripts-pause-on-exceptions-status-bar-item.toggled-on .glyph {
35     background-color: rgb(66, 129, 235);
36 }
37
38 .evaluate-snippet-status-bar-item .glyph {
39     -webkit-mask-position: -64px -48px;
40 }
41
42 .evaluate-snippet-status-bar-item.toggled .glyph {
43     background-color: rgb(66, 129, 235);
44 }
45
46 .scripts-debug-toolbar {
47     position: absolute;
48     top: 0;
49     width: 100%;
50     background-color: rgb(236, 236, 236);
51     overflow: hidden;
52     white-space: nowrap;
53 }
54
55 .scripts-debug-toolbar-drawer {
56     flex: 0 0 46px;
57     -webkit-transition: margin-top 0.1s ease-in-out;
58     margin-top: -23px;
59     line-height: 23px;
60     padding-top: 22px;
61     border-bottom: 1px solid rgb(202, 202, 202);
62     background-color: white;
63     overflow: hidden;
64 }
65
66 .scripts-debug-toolbar-drawer.expanded {
67     margin-top: 0;
68 }
69
70 .scripts-debug-toolbar-drawer > label {
71     display: flex;
72     padding-left: 3px;
73 }
74
75 #scripts-editor-toolbar {
76     position: relative;
77     margin-top: -1px;
78     height: 24px;
79 }
80
81 .scripts-run-snippet .glyph {
82     -webkit-mask-position: -64px -48px;
83 }
84
85 .scripts-pause .glyph {
86     -webkit-mask-position: -32px -72px;
87 }
88
89 .scripts-pause.toggled-on .glyph {
90     -webkit-mask-position: 0 -72px;
91 }
92
93 .scripts-step-over .glyph {
94     -webkit-mask-position: -128px -72px;
95 }
96
97 .scripts-step-into .glyph {
98     -webkit-mask-position: -64px -72px;
99 }
100
101 .scripts-step-out .glyph {
102     -webkit-mask-position: -96px -72px;
103 }
104
105 .scripts-long-resume .glyph {
106     -webkit-mask-position: -64px -48px;
107 }
108
109 .scripts-toggle-breakpoints.toggled-on .glyph {
110     -webkit-mask-position: -32px 0;
111 }
112
113 .scripts-toggle-breakpoints .glyph {
114     -webkit-mask-position: 0 -24px;
115 }
116
117 .status-bar-item.scripts-navigator-show-hide-button,
118 .status-bar-item.scripts-debugger-show-hide-button {
119     opacity: 0.9;
120 }
121
122 .panel.sources .tabbed-pane-header {
123     background-color: rgb(236, 236, 236);
124 }
125
126 button.status-bar-item.scripts-navigator-show-hide-button {
127     left: 0;
128 }
129
130 button.status-bar-item.scripts-navigator-show-hide-button.toggled-overlay {
131     left: auto;
132     right: 15px;
133 }
134
135 .scripts-views-container {
136     position: absolute;
137     top: 23px;
138     right: 0;
139     bottom: 0;
140     left: 0;
141 }
142
143 .script-view {
144     display: none;
145     overflow: hidden;
146 }
147
148 .script-view.visible {
149     display: flex;
150 }
151
152 .dedicated-worker-item {
153     margin: 5px 0 5px 1px;
154 }
155
156 #shared-workers-list {
157     margin: 5px 0 5px 20px;
158     font-style:italic;
159 }
160
161 #pause-workers-checkbox > input {
162     position: relative;
163     top: 2px;
164 }
165
166 .panel.sources #sources-editor-container-tabbed-pane .tabbed-pane-header-contents {
167     margin-left: 20px;
168     margin-right: 36px;
169 }
170
171 .function-location-link {
172     float: right;
173     margin-left: 10px;
174 }
175
176 .function-popover-title {
177     border-bottom: 1px solid #AAA;
178     margin-bottom: 3px;
179     padding-bottom: 2px;
180 }
181
182 .function-popover-title .function-name {
183     font-weight: bold;
184 }
185
186 button.status-bar-item.scripts-debugger-show-hide-button {
187     right: 15px;
188 }
189
190 button.status-bar-item.scripts-debugger-show-hide-button.toggled-left {
191     right: 0;
192 }
193
194 .workers-list > li {
195     overflow: hidden;
196     text-overflow: ellipsis;
197     white-space: nowrap;
198     margin-left: 1em;
199     font-size: 12px;
200 }
201
202 a.worker-item {
203     color: rgb(33%, 33%, 33%);
204     cursor: pointer;
205     text-decoration: none;
206 }
207
208 a.worker-item:hover {
209     color: rgb(15%, 15%, 15%);
210 }
211
212 .source-frame-debugger-script {
213     background-color: rgba(255, 255, 194, 0.5);
214 }
215
216 .source-frame-unsaved-committed-changes {
217     background-color: rgba(255, 225, 205, 0.40);
218 }
219
220 .tabbed-pane-placeholder {
221     font-size: 14px;
222     text-align: center;
223     margin-top: 20px;
224     text-shadow: rgba(255, 255, 255, 0.75) 0 1px 0;
225 }
226
227 .tabbed-pane-header-tab-icon {
228     width: 11px;
229     height: 10px;
230     margin-top: 3px;
231     float: left;
232     display: block;
233     margin-right: 1px;
234 }
235
236 .editor-container-unsaved-committed-changes-icon {
237     background-image: url(Images/statusbarButtonGlyphs.png);
238     background-size: 320px 144px;
239     background-position: -202px -107px;
240 }
241
242 .sources-status-bar {
243     display: flex;
244 }
245
246 .sources-status-bar div.resizer-widget {
247     width: 18px;
248     height: 16px;
249     -webkit-transform: rotate(90deg);
250     top: 2px;
251     right: 17px;
252 }
253
254 .sources-status-bar .scripts-debugger-show-hide-button {
255     margin-top: 1px !important;
256     height: 16px !important;
257     -webkit-transform: rotate(90deg);
258     right: 0 !important;
259 }
260
261 .panel.sources .sidebar-pane-stack {
262     overflow: auto;
263 }
264
265 .threads-toolbar {
266     padding-left: 10px;
267     margin-top: -1px;
268 }