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

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

Issue 1179183002: DevTools: border and toolbar colors from Max's mocks. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: review comments addressed. Created 5 years, 6 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
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 17 matching lines...) Expand all
28 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 28 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29 */ 29 */
30 30
31 #sources-panel-sources-view { 31 #sources-panel-sources-view {
32 flex: auto; 32 flex: auto;
33 position: relative; 33 position: relative;
34 } 34 }
35 35
36 #sources-panel-sources-view .sources-toolbar { 36 #sources-panel-sources-view .sources-toolbar {
37 display: flex; 37 display: flex;
38 position: relative; 38 flex: 0 0 27px;
39 flex: 0 0 20px;
40 background-color: #f3f3f3; 39 background-color: #f3f3f3;
41 border-top: 1px solid rgb(196,196,196); 40 border-top: 1px solid #dadada;
42 overflow: hidden; 41 overflow: hidden;
43 } 42 }
44 43
45 .material #sources-panel-sources-view .sources-toolbar { 44 .sources-toolbar .toolbar {
46 flex: 0 0 24px; 45 cursor: default;
47 }
48
49 #sources-panel-sources-view .sources-toolbar .toolbar {
50 margin-top: -2px;
51 }
52
53 #sources-panel-sources-view .sources-toolbar .toolbar {
54 margin-top: -3px;
55 } 46 }
56 47
57 .source-frame-debugger-script { 48 .source-frame-debugger-script {
58 background-color: rgba(255, 255, 194, 0.5); 49 background-color: rgba(255, 255, 194, 0.5);
59 } 50 }
60 51
61 .source-frame-unsaved-committed-changes { 52 .source-frame-unsaved-committed-changes {
62 background-color: rgba(255, 225, 205, 0.40); 53 background-color: rgba(255, 225, 205, 0.40);
63 } 54 }
64 55
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 to { 110 to {
120 background-color: inherit; 111 background-color: inherit;
121 color: inherit; 112 color: inherit;
122 } 113 }
123 } 114 }
124 115
125 .source-frame-value-update-highlight { 116 .source-frame-value-update-highlight {
126 -webkit-animation: source-frame-value-update-highlight-animation 0.8s 1 cubi c-bezier(0, 0, 0.2, 1); 117 -webkit-animation: source-frame-value-update-highlight-animation 0.8s 1 cubi c-bezier(0, 0, 0.2, 1);
127 border-radius: 2px; 118 border-radius: 2px;
128 } 119 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/sources/sourcesPanel.css ('k') | Source/devtools/front_end/ui/splitWidget.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698