| Index: Tools/GardeningServer/ui/ct-button.html
|
| diff --git a/Tools/GardeningServer/ui/ct-button.html b/Tools/GardeningServer/ui/ct-button.html
|
| deleted file mode 100644
|
| index 61ab02bb561dc5744b5cf475e593783efdee6dd9..0000000000000000000000000000000000000000
|
| --- a/Tools/GardeningServer/ui/ct-button.html
|
| +++ /dev/null
|
| @@ -1,45 +0,0 @@
|
| -<!--
|
| -Copyright 2014 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.
|
| --->
|
| -
|
| -<link rel="import" href="../bower_components/paper-button/paper-button.html">
|
| -
|
| -<polymer-element name="ct-button" attributes="label" noscript>
|
| - <template>
|
| - <style>
|
| - :host {
|
| - display: flex;
|
| - flex-direction: column;
|
| - }
|
| -
|
| - paper-button {
|
| - -webkit-user-select: none;
|
| - background: #f5f5f5;
|
| - border-radius: 2px;
|
| - border: 1px solid #dcdcdc;
|
| - color: #444;
|
| - padding: 6px 22px;
|
| - text-align: center;
|
| - }
|
| -
|
| - paper-button:focus {
|
| - border: 1px solid #4d90fe;
|
| - outline: none;
|
| - }
|
| -
|
| - paper-button:active {
|
| - box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
|
| - }
|
| -
|
| - paper-button:active, paper-button:hover {
|
| - background: #f8f8f8;
|
| - border-color: #c6c6c6;
|
| - box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
|
| - color: #222;
|
| - }
|
| - </style>
|
| - <paper-button>{{ label }}</paper-button>
|
| - </template>
|
| -</polymer-element>
|
|
|