Home
last modified time | relevance | path

Searched refs:dropdown (Results 1 – 25 of 26) sorted by relevance

12

/openbmc/webui-vue/src/assets/styles/bmc/custom/
H A D_dropdown.scss2 .dropdown-menu {
3 z-index: $zindex-dropdown + 1;
6 .dropdown-item {
10 .b-dropdown-form {
16 // Table filter dropdown clear button style
18 .dropdown-item {
H A D_buttons.scss74 z-index: $zindex-dropdown + 1;
78 .btn-datepicker .dropdown-toggle,
H A D_index.scss10 @import "./dropdown";
H A D_tables.scss3 z-index: $zindex-dropdown;
/openbmc/webui-vue/src/components/Global/
H A DTableFilter.vue13 <b-dropdown
17 data-test-id="tableFilter-dropdown-options"
25 <b-dropdown-form>
38 <b-dropdown-item>
40 </b-dropdown-item>
44 </b-dropdown-form>
45 <b-dropdown-item-button
51 </b-dropdown-item-button>
52 </b-dropdown>
H A DTableToolbar.vue77 z-index: $zindex-dropdown + 1;
/openbmc/phosphor-webui/app/common/styles/directives/
H A Ddropdown.scss1 .dropdown.open {
2 .dropdown-menu {
H A Dindex.scss2 @import "./dropdown.scss";
/openbmc/webui-vue/tests/unit/__snapshots__/
H A DAppHeader.spec.js.snap172 <b-dropdown
179 <b-dropdown-item
185 </b-dropdown-item>
187 <b-dropdown-item
193 </b-dropdown-item>
194 </b-dropdown>
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/
H A Dbootstrap.css3517 .dropdown {
3523 .dropdown-menu {
3601 .dropdown-menu-left {
3605 .dropdown-header {
3613 .dropdown-backdrop {
3633 .navbar-fixed-bottom .dropdown .dropdown-menu {
4057 .nav-tabs.nav-justified > .dropdown .dropdown-menu {
4122 .nav-justified > .dropdown .dropdown-menu {
4346 .navbar-nav .open .dropdown-menu .dropdown-header {
4650 .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
[all …]
H A Dbootstrap.min.css5dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.…
H A Dbootstrap.css.map1dropdown-toggle.btn-default {\n color: #333;\n background-color: #e6e6e6;\n border-color: #adad…
H A Dfont-awesome.min.css33dropdown-menu>li>a:hover>[class^="icon-"],.dropdown-menu>li>a:hover>[class*=" icon-"],.dropdown-me…
H A Dbootstrap3-transition.css183 .dropdown-menu {
H A Ddefault.css71 .dropdown-menu.editcol { padding-left: 10px; min-width: 200px; }
/openbmc/webui-vue/src/components/AppHeader/
H A DAppHeader.vue81 <b-dropdown
91 <b-dropdown-item
95 </b-dropdown-item>
96 <b-dropdown-item
101 </b-dropdown-item>
102 </b-dropdown>
371 .dropdown-menu {
/openbmc/phosphor-webui/app/common/styles/layout/
H A Dheader.scss32 .dropdown-menu {
41 .dropdown-toggle {
49 display: none; //hiding dropdown caret inserted by bootstrap
/openbmc/phosphor-webui/app/configuration/styles/
H A Ddate-time.scss12 .date-time__owner-dropdown {
H A Dfirmware.scss92 .icon__more-dropdown {
/openbmc/webui-vue/src/assets/styles/bootstrap/
H A D_index.scss17 @import "~bootstrap/scss/dropdown";
/openbmc/phosphor-webui/app/common/styles/base/
H A Dicons.scss17 .icon__more-dropdown {
/openbmc/phosphor-webui/app/access-control/styles/
H A Dcertificate.scss134 .cert-dropdown{
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dbootstrap-3.4.1.js900 var old = $.fn.dropdown
902 $.fn.dropdown = Plugin
903 $.fn.dropdown.Constructor = Dropdown
909 $.fn.dropdown.noConflict = function () {
910 $.fn.dropdown = old
H A Dbootstrap-3.4.1.min.js6dropdown;a.fn.dropdown=function e(i){return this.each(function(){var t=a(this),e=t.data("bs.dropdo… function
/openbmc/webui-vue/docs/guide/components/table/
H A Dindex.md380 To add a table dropdown filter:
389 in the dropdown.

12