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

Unified Diff: chrome_linux64/resources/inspector/sourcesPanel.css

Issue 85333005: Update reference builds to Chrome 32.0.1700.19 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/reference_builds/
Patch Set: Created 7 years, 1 month 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 side-by-side diff with in-line comments
Download patch
Index: chrome_linux64/resources/inspector/sourcesPanel.css
===================================================================
--- chrome_linux64/resources/inspector/sourcesPanel.css (revision 237140)
+++ chrome_linux64/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;
}
« no previous file with comments | « chrome_linux64/resources/inspector/sidebarPane.css ('k') | chrome_linux64/resources/inspector/sourcesView.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698