Chromium Code Reviews| Index: Source/devtools/front_end/sources/sourcesPanel.css |
| diff --git a/Source/devtools/front_end/sources/sourcesPanel.css b/Source/devtools/front_end/sources/sourcesPanel.css |
| index d08786ad39a3d6f0dbe1798126328a70bc722bd7..bc41f145325e7eb0e30f965bf725e94281c447ac 100644 |
| --- a/Source/devtools/front_end/sources/sourcesPanel.css |
| +++ b/Source/devtools/front_end/sources/sourcesPanel.css |
| @@ -31,9 +31,8 @@ |
| position: absolute; |
| top: 0; |
| width: 100%; |
| - background-color: #eee; |
| + background-color: #f3f3f3; |
| border-bottom: 1px solid #ddd; |
| - height: 23px; |
| } |
| .material .scripts-debug-toolbar { |
| @@ -42,17 +41,14 @@ |
| } |
| .scripts-debug-toolbar { |
| - margin-top: -1px; |
| - height: 24px; |
| overflow: hidden; |
|
dgozman
2015/06/11 16:14:12
merge into first rule
pfeldman
2015/06/11 16:38:07
Done.
|
| } |
| .scripts-debug-toolbar-drawer { |
| - flex: 0 0 46px; |
| + flex: 0 0 52px; |
| -webkit-transition: margin-top 0.1s ease-in-out; |
| - margin-top: -23px; |
| - padding-top: 22px; |
| - border-bottom: 1px solid rgb(202, 202, 202); |
| + margin-top: -26px; |
| + padding-top: 25px; |
| background-color: white; |
| overflow: hidden; |
| } |
| @@ -70,8 +66,7 @@ |
| .scripts-debug-toolbar-drawer > label { |
| display: flex; |
| padding-left: 3px; |
| - border-top: 1px solid rgb(196,196,196); |
| - height: 24px; |
| + height: 28px; |
| } |
| .sources-editor-tabstrip-left { |