Chromium Code Reviews| 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..37f27043238fbcb297859fa88fa24905317587ce |
| --- /dev/null |
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/inlineButton.css |
| @@ -0,0 +1,17 @@ |
| +:host { |
|
alph
2017/05/12 00:46:00
copyright
|
| + display: inline-block; |
| + border: 1px solid #ddd; |
| + position: relative; |
| + top: 7px; |
| + margin: 2px; |
| + background-color: #f3f3f3; |
| + justify-content: center; |
| + align-items: center; |
| +} |
| + |
| +:host > * { |
| + position: relative; |
| + left: -2px; |
| + width: 28px; |
| + height: 26px; |
| +} |