blob: ca193b603706d8c8308d61b76c2602c9f700748b [file] [log] [blame]
<link rel="import" href="../html/polymer.html">
<link rel="import" href="shared_vars_css.html">
<link rel="import" href="chrome://resources/polymer/v1_0/paper-styles/color.html">
<!-- Common paper-tabs styling for Material Design WebUI. -->
<dom-module id="paper-tabs-style">
<template>
<style>
paper-tabs {
--paper-tabs-selection-bar-color: var(--google-blue-600);
}
paper-tab {
--paper-tab-content: {
color: var(--google-blue-600);
};
--paper-tab-content-unselected: {
color: var(--cr-secondary-text-color);
};
}
</style>
</template>
</dom-module>