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

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

Issue 2875793004: Coverage: misc UI polish (Closed)
Patch Set: review comments, dropped some stray lines 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/inlineButton.css
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/inlineButton.css b/third_party/WebKit/Source/devtools/front_end/ui/inlineButton.css
new file mode 100644
index 0000000000000000000000000000000000000000..53622ea971dd05b2f9b1610b8b9ff726a11f178e
--- /dev/null
+++ b/third_party/WebKit/Source/devtools/front_end/ui/inlineButton.css
@@ -0,0 +1,21 @@
+/*
+ * Copyright 2017 The Chromium Authors. All rights reserved.
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+:host {
+ display: inline-block;
+ border: 1px solid #ddd;
+ position: relative;
+ top: 7px;
+ margin: 2px;
+ background-color: #f3f3f3;
+}
+
+:host > * {
+ position: relative;
+ left: -2px;
+ width: 28px;
+ height: 26px;
+}

Powered by Google App Engine
This is Rietveld 408576698