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

Unified Diff: third_party/WebKit/Source/devtools/front_end/sources/sourcesSearch.css

Issue 2875193002: DevTools: update text inputs to new style (Closed)
Patch Set: ac Created 3 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
Index: third_party/WebKit/Source/devtools/front_end/sources/sourcesSearch.css
diff --git a/third_party/WebKit/Source/devtools/front_end/sources/sourcesSearch.css b/third_party/WebKit/Source/devtools/front_end/sources/sourcesSearch.css
index ce7fe4ad874531123fce896f5f99fa1ed50a3a07..d53eb90e8050184fb40b3c213cfb1c241518c2cf 100644
--- a/third_party/WebKit/Source/devtools/front_end/sources/sourcesSearch.css
+++ b/third_party/WebKit/Source/devtools/front_end/sources/sourcesSearch.css
@@ -14,7 +14,7 @@
.search-drawer-header input.search-config-search {
padding: 0 28px;
- margin: 1px 0px 1px 1px;
+ margin: 2px 1px 2px 2px;
height: 28px;
border-radius: 2px;
color: #303030;
@@ -39,7 +39,7 @@
.search-drawer-header .search-cancel-button {
position: absolute;
right: 7px;
- top: 7px;
+ top: 8px;
}
:host-context(.platform-mac) .search-drawer-header input.search-config-search {

Powered by Google App Engine
This is Rietveld 408576698