blob: fadcb989d9cdc13e12821728948e471989bd7676 [file] [log] [blame]
<link rel="import" href="chrome://resources/html/polymer.html">
<link rel="import" href="chrome://resources/cr_elements/shared_vars_css.html">
<link rel="import" href="chrome://resources/polymer/v1_0/paper-styles/color.html">
<!-- Common paper-button styling for Material Design WebUI. -->
<dom-module id="paper-button-style">
<template>
<style>
paper-button {
--paper-button-flat-keyboard-focus: {
background: rgba(0, 0, 0, .12);
};
-webkit-padding-end: var(--cr-button-edge-spacing);
-webkit-padding-start: var(--cr-button-edge-spacing);
color: var(--paper-grey-600);
flex-shrink: 0;
font-weight: 500;
height: 36px;
margin: 0;
min-width: 1em; /* A tighter fit than 5.14em for short buttons. */
text-decoration: none;
}
</style>
</template>
</dom-module>