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

Unified Diff: third_party/WebKit/Source/devtools/front_end/screencast/screencastView.css

Issue 2875193002: DevTools: update text inputs to new style (Closed)
Patch Set: ac Created 3 years, 6 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/screencast/screencastView.css
diff --git a/third_party/WebKit/Source/devtools/front_end/screencast/screencastView.css b/third_party/WebKit/Source/devtools/front_end/screencast/screencastView.css
index dc28b749fcb0a807a95528c1be70d6665aab625d..e07bac12394019ec2bb138cbbf983588bb5fedd8 100644
--- a/third_party/WebKit/Source/devtools/front_end/screencast/screencastView.css
+++ b/third_party/WebKit/Source/devtools/front_end/screencast/screencastView.css
@@ -84,15 +84,8 @@
.screencast-navigation input {
-webkit-flex: 1;
- border: 1px solid #aaa;
- border-radius: 2px;
- margin: 1px;
- padding-left: 5px;
-}
-
-.screencast-navigation input:focus {
- border: 1px solid #aaa;
- outline: none !important;
+ margin: 2px;
+ max-height: 19px;
}
.screencast-navigation .progress {

Powered by Google App Engine
This is Rietveld 408576698