summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/kaleidoscope/toolbar.html
blob: 39d800e4dd68bc383c1841ec4978969b576fe756 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<style>
  cr-toolbar {
    --cr-toolbar-background-color: var(--toolbar-background-color);
    --cr-toolbar-height: var(--toolbar-height);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
  }
</style>
<cr-toolbar id="toolbar"
            show-menu
            on-search-changed="onSearchChanged_"
            menu-label="[[menuLabel]]"
            page-name="[[pageName]]">
  <slot></slot>
</cr-toolbar>