Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(175)

Side by Side Diff: Source/devtools/front_end/sourcesView.css

Issue 211003002: DevTools: rename SourceEditor to SourceView, make entire SourcesPanel a drop target. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: For landing Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « Source/devtools/front_end/sourcesPanel.css ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2013 Google Inc. All rights reserved. 2 * Copyright (C) 2013 Google Inc. All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are 5 * modification, are permitted provided that the following conditions are
6 * met: 6 * met:
7 * 7 *
8 * * Redistributions of source code must retain the above copyright 8 * * Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer. 9 * notice, this list of conditions and the following disclaimer.
10 * * Redistributions in binary form must reproduce the above 10 * * Redistributions in binary form must reproduce the above
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 } 68 }
69 69
70 #sources-panel-sources-view .sources-toggle-pretty-print-status-bar-item .glyph { 70 #sources-panel-sources-view .sources-toggle-pretty-print-status-bar-item .glyph {
71 -webkit-mask-position: -256px -24px; 71 -webkit-mask-position: -256px -24px;
72 } 72 }
73 73
74 #sources-panel-sources-view .sources-toggle-pretty-print-status-bar-item.toggled .glyph { 74 #sources-panel-sources-view .sources-toggle-pretty-print-status-bar-item.toggled .glyph {
75 background-color: rgb(66, 129, 235); 75 background-color: rgb(66, 129, 235);
76 } 76 }
77 77
78 #sources-panel-sources-view .drag-mask {
79 background-color: transparent;
80 z-index: 1000;
81 }
82
83 .source-frame-debugger-script { 78 .source-frame-debugger-script {
84 background-color: rgba(255, 255, 194, 0.5); 79 background-color: rgba(255, 255, 194, 0.5);
85 } 80 }
86 81
87 .source-frame-unsaved-committed-changes { 82 .source-frame-unsaved-committed-changes {
88 background-color: rgba(255, 225, 205, 0.40); 83 background-color: rgba(255, 225, 205, 0.40);
89 } 84 }
90 85
91 .editor-container-unsaved-committed-changes-icon { 86 .editor-container-unsaved-committed-changes-icon {
92 background-image: url(Images/statusbarButtonGlyphs.png); 87 background-image: url(Images/statusbarButtonGlyphs.png);
93 background-size: 320px 144px; 88 background-size: 320px 144px;
94 background-position: -202px -107px; 89 background-position: -202px -107px;
95 } 90 }
96 91
97 button.status-bar-item.scripts-debugger-show-hide-button { 92 button.status-bar-item.scripts-debugger-show-hide-button {
98 display: none; 93 display: none;
99 } 94 }
100 95
101 button.status-bar-item.scripts-navigator-show-hide-button { 96 button.status-bar-item.scripts-navigator-show-hide-button {
102 display: none; 97 display: none;
103 } 98 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/sourcesPanel.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698