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

Unified Diff: chrome_linux/resources/inspector/textPrompt.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/splitView.css ('k') | chrome_linux/resources/inspector/timelinePanel.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_linux/resources/inspector/textPrompt.css
===================================================================
--- chrome_linux/resources/inspector/textPrompt.css (revision 273864)
+++ chrome_linux/resources/inspector/textPrompt.css (working copy)
@@ -34,7 +34,7 @@
display: block;
border: 1px solid black;
padding: 2px;
- z-index: 100;
+ z-index: 600;
}
.suggest-box .container {
@@ -61,7 +61,7 @@
}
.suggest-box-content-item.selected {
- background-color: rgb(212, 212, 212);
+ background-color: rgba(56, 121, 217, 0.1);
}
.suggest-box-content-item:hover:not(.selected) {
« no previous file with comments | « chrome_linux/resources/inspector/splitView.css ('k') | chrome_linux/resources/inspector/timelinePanel.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698