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

Unified Diff: third_party/WebKit/Source/devtools/front_end/ui/toolbar.css

Issue 2875193002: DevTools: update text inputs to new style (Closed)
Patch Set: rebase over cleanup 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/ui/toolbar.css
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/toolbar.css b/third_party/WebKit/Source/devtools/front_end/ui/toolbar.css
index b62e03bd33a3acbe0ce60589de384a8018295466..0bcb5e0e8528c04e099a59df7a1ace720e17b588 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/toolbar.css
+++ b/third_party/WebKit/Source/devtools/front_end/ui/toolbar.css
@@ -228,6 +228,7 @@ select.toolbar-item[data-keyboard-focus="true"]:focus > * {
margin: 1px 3px;
background-color: white;
border: solid 1px #d8d8d8;
+ border-radius: 2px;
min-width: 35px;
}

Powered by Google App Engine
This is Rietveld 408576698