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

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

Issue 14690006: Update reference builds to r197396. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/reference_builds/
Patch Set: Created 7 years, 8 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
Index: chrome_linux/resources/inspector/resourcesPanel.css
===================================================================
--- chrome_linux/resources/inspector/resourcesPanel.css (revision 197568)
+++ chrome_linux/resources/inspector/resourcesPanel.css (working copy)
@@ -149,12 +149,20 @@
top: 0.8em;
width: 10px;
height: 10px;
- margin-top: -5px;
+ margin-top: -7px;
-webkit-user-select: none;
+ background-image: url(Images/statusbarButtonGlyphs.png);
+ background-size: 320px 120px;
}
+@media (-webkit-min-device-pixel-ratio: 1.5) {
+.database-user-query::before, .database-query-prompt::before, .database-query-result::before {
+ background-image: url(Images/statusbarButtonGlyphs2x.png);
+}
+}
+
.database-query-prompt::before {
- background-image: url(Images/userInputIcon.png);
+ background-position: -192px -96px;
}
.database-user-query {
@@ -165,7 +173,7 @@
}
.database-user-query::before {
- background-image: url(Images/userInputPreviousIcon.png);
+ background-position: -192px -107px;
}
.database-query-text {
@@ -187,7 +195,7 @@
}
.database-query-result.error::before {
- background-image: url(Images/errorIcon.png);
+ background-position: -213px -96px;
}
.resource-sidebar-tree-item .icon {
« no previous file with comments | « chrome_linux/resources/inspector/resourceView.css ('k') | chrome_linux/resources/inspector/scriptsPanel.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698