blob: 9ce5ce1a7e58ef804f75f7479381a92bde9a3591 [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-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>