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

Unified Diff: chrome_linux64/resources/inspector/elementsPanel.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/elementsPanel.css
===================================================================
--- chrome_linux64/resources/inspector/elementsPanel.css (revision 237140)
+++ chrome_linux64/resources/inspector/elementsPanel.css (working copy)
@@ -28,9 +28,17 @@
*/
#elements-content {
+ flex: 1 1;
+ overflow: auto;
padding-left: 0;
}
+#elements-crumbs {
+ flex: 0 0 19px;
+ background-color: rgb(236, 236, 236);
+ border-top: 1px solid #ccc;
+}
+
#elements-content > ol {
display: inline-block;
min-height: 100%;
@@ -170,7 +178,6 @@
display: inline-block;
}
-
.styles-section {
padding: 2px 2px 4px 4px;
min-height: 18px;
@@ -178,12 +185,21 @@
background-origin: padding;
background-clip: padding;
-webkit-user-select: text;
+ border-bottom: 1px solid rgb(191, 191, 191);
}
-.styles-section:not(.first-styles-section) {
- border-top: 1px solid rgb(191, 191, 191);
+.styles-pane .sidebar-separator {
+ border-top: 0px none;
}
+.styles-section.user-rule {
+ display: none;
+}
+
+.show-user-styles .styles-section.user-rule {
+ display: block;
+}
+
.styles-sidebar-placeholder {
height: 16px;
}
@@ -248,7 +264,7 @@
color: #888;
}
-.styles-section .selector-matches {
+.styles-section .simple-selector.selector-matches {
color: #222;
}
@@ -595,7 +611,6 @@
}
.sidebar-pane.composite .metrics-and-styles .metrics {
- border-top: 1px solid rgb(64%, 64%, 64%);
border-bottom: none;
}
@@ -643,7 +658,8 @@
.styles-section:not(.read-only) .properties .webkit-css-property.styles-panel-hovered,
.styles-section:not(.read-only) .properties .value .styles-panel-hovered,
-.styles-section:not(.read-only) .properties .value.styles-panel-hovered {
+.styles-section:not(.read-only) .properties .value.styles-panel-hovered,
+.styles-section:not(.read-only) span.simple-selector.styles-panel-hovered {
text-decoration: underline;
cursor: default;
}
« no previous file with comments | « chrome_linux64/resources/inspector/devtools_extension_api.js ('k') | chrome_linux64/resources/inspector/filter.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698