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

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

Issue 2912563003: DevTools: cleanup button styles (Closed)
Patch Set: fix test 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/searchableView.css
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/searchableView.css b/third_party/WebKit/Source/devtools/front_end/ui/searchableView.css
index b5c4f1e753059f1c1f72e86e1e8e635ec4716927..b5b74fa269666307aeacc5b8843bbe625281f872 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/searchableView.css
+++ b/third_party/WebKit/Source/devtools/front_end/ui/searchableView.css
@@ -77,7 +77,7 @@
border-radius: 8px;
margin: 1px 3px 0 3px;
background-image: linear-gradient(rgb(241, 241, 241), rgb(220, 220, 220));
- width: 75px;
+ width: 82px;
height: 20px;
white-space: nowrap;
}
@@ -93,7 +93,7 @@
}
.toolbar-search-buttons {
- flex-basis: 165px;
+ flex-basis: 179px;
}
.toolbar-replace-control,

Powered by Google App Engine
This is Rietveld 408576698