| Index: chrome_linux/resources/inspector/sourcesPanel.css
|
| ===================================================================
|
| --- chrome_linux/resources/inspector/sourcesPanel.css (revision 237140)
|
| +++ chrome_linux/resources/inspector/sourcesPanel.css (working copy)
|
| @@ -39,14 +39,6 @@
|
| background-color: purple;
|
| }
|
|
|
| -.scripts-toggle-pretty-print-status-bar-item .glyph {
|
| - -webkit-mask-position: -256px -24px;
|
| -}
|
| -
|
| -.scripts-toggle-pretty-print-status-bar-item.toggled .glyph {
|
| - background-color: rgb(66, 129, 235);
|
| -}
|
| -
|
| .evaluate-snippet-status-bar-item .glyph {
|
| -webkit-mask-position: -64px -48px;
|
| }
|
| @@ -60,6 +52,7 @@
|
| margin-top: -1px;
|
| height: 24px;
|
| border-bottom: 1px solid rgb(202, 202, 202);
|
| + background-color: rgb(236, 236, 236);
|
| }
|
|
|
| #scripts-editor-toolbar {
|
| @@ -68,14 +61,6 @@
|
| height: 24px;
|
| }
|
|
|
| -#scripts-status-bar .status-bar-item img {
|
| - margin-top: 2px;
|
| -}
|
| -
|
| -#scripts-debug-toolbar .glyph {
|
| - opacity: 0.8;
|
| -}
|
| -
|
| .scripts-run-snippet .glyph {
|
| -webkit-mask-position: -64px -48px;
|
| }
|
| @@ -114,9 +99,13 @@
|
|
|
| .status-bar-item.scripts-navigator-show-hide-button,
|
| .status-bar-item.scripts-debugger-show-hide-button {
|
| - opacity: 0.7;
|
| + opacity: 0.9;
|
| }
|
|
|
| +.panel.sources .tabbed-pane-header {
|
| + background-color: rgb(236, 236, 236);
|
| +}
|
| +
|
| button.status-bar-item.scripts-navigator-show-hide-button {
|
| left: 0;
|
| }
|
| @@ -162,19 +151,11 @@
|
| top: 2px;
|
| }
|
|
|
| -#scripts-editor-container-tabbed-pane .tabbed-pane-header {
|
| - background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F5F5F5), to(#E5E5E5));
|
| -}
|
| -
|
| -#scripts-editor-container-tabbed-pane .tabbed-pane-header-contents {
|
| +.panel.sources #sources-editor-container-tabbed-pane .tabbed-pane-header-contents {
|
| margin-left: 20px;
|
| margin-right: 36px;
|
| }
|
|
|
| -#scripts-editor-container-tabbed-pane .tabbed-pane-header-tab {
|
| - border-bottom: 1px solid #BBB;
|
| -}
|
| -
|
| .function-location-link {
|
| float: right;
|
| margin-left: 10px;
|
| @@ -194,8 +175,8 @@
|
| right: 15px;
|
| }
|
|
|
| -.split-view-horizontal button.status-bar-item.scripts-debugger-show-hide-button,
|
| -.split-view-horizontal #scripts-debug-sidebar-resizer-widget {
|
| +#scripts-split-view.vbox button.status-bar-item.scripts-debugger-show-hide-button,
|
| +#scripts-split-view.vbox #scripts-debug-sidebar-resizer-widget {
|
| display: none;
|
| }
|
|
|
|
|