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

Unified Diff: chrome_linux/resources/inspector/sourcesView.css

Issue 310483004: Roll reference builds to 35.0.1916.114. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/reference_builds/
Patch Set: Created 6 years, 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome_linux/resources/inspector/sourcesPanel.css ('k') | chrome_linux/resources/inspector/spectrum.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_linux/resources/inspector/sourcesView.css
===================================================================
--- chrome_linux/resources/inspector/sourcesView.css (revision 273864)
+++ chrome_linux/resources/inspector/sourcesView.css (working copy)
@@ -41,7 +41,12 @@
border-bottom: 1px solid #BBB;
}
+#sources-panel-sources-view .tabbed-pane-header {
+ background-color: rgb(236, 236, 236);
+}
+
#sources-panel-sources-view .sources-status-bar {
+ display: flex;
position: relative;
flex: 0 0 20px;
background-color: rgb(236, 236, 236);
@@ -53,6 +58,11 @@
height: 20px;
}
+#sources-panel-sources-view .sources-status-bar .status-bar-item.status-bar-text {
+ margin: auto 0;
+ height: auto;
+}
+
#sources-panel-sources-view .source-frame-cursor-position {
-webkit-user-select: text;
}
@@ -65,7 +75,24 @@
background-color: rgb(66, 129, 235);
}
-#sources-panel-sources-view .drag-mask {
- background-color: transparent;
- z-index: 1000;
+.source-frame-debugger-script {
+ background-color: rgba(255, 255, 194, 0.5);
}
+
+.source-frame-unsaved-committed-changes {
+ background-color: rgba(255, 225, 205, 0.40);
+}
+
+.editor-container-unsaved-committed-changes-icon {
+ background-image: url(Images/statusbarButtonGlyphs.png);
+ background-size: 320px 144px;
+ background-position: -202px -107px;
+}
+
+button.status-bar-item.scripts-debugger-show-hide-button {
+ display: none;
+}
+
+button.status-bar-item.scripts-navigator-show-hide-button {
+ display: none;
+}
« no previous file with comments | « chrome_linux/resources/inspector/sourcesPanel.css ('k') | chrome_linux/resources/inspector/spectrum.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698