File: Toolbar.css

package info (click to toggle)
cockpit 354-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 308,956 kB
  • sloc: javascript: 775,606; python: 40,351; ansic: 35,655; cpp: 11,117; sh: 3,511; makefile: 580; xml: 261
file content (81 lines) | stat: -rw-r--r-- 3,290 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
#ws-core-e-toolbar-toggle-group-on-mobile-filters-collapsed-expandable-content-expanded {
  min-height: 19rem;
}

#ws-core-c-toolbar-toggle-group-on-mobile-filters-collapsed-expandable-content-expanded {
  min-height: 14rem;
}

#ws-core-e-toolbar-expanded-elements,
#ws-core-c-toolbar-expanded-elements {
  min-height: 18rem;
}

#ws-core-e-toolbar-stacked-on-mobile-filters-collapsed-expandable-content-expanded,
#ws-core-c-toolbar-stacked-on-mobile-filters-collapsed-expandable-content-expanded {
  min-height: 18rem;
}

#ws-core-e-toolbar-selected-filters-on-mobile-filters-collapsed-expandable-content-expanded {
  min-height: 28rem;
}

#ws-core-c-toolbar-selected-filters-on-mobile-filters-collapsed-expandable-content-expanded {
  min-height: 21rem;
}

#ws-core-c-toolbar-adjusted-group-column-gap .pf-v6-c-toolbar,
#ws-core-c-toolbar-adjusted-group-column-gap .pf-v6-c-toolbar__group,
#ws-core-e-toolbar-simple .pf-v6-c-toolbar,
#ws-core-e-toolbar-simple .pf-v6-c-toolbar__group,
#ws-core-c-toolbar-no-padding .pf-v6-c-toolbar,
#ws-core-e-toolbar-adjusted-spacers .pf-v6-c-toolbar,
#ws-core-e-toolbar-adjusted-group-spacers .pf-v6-c-toolbar,
#ws-core-c-toolbar-simple .pf-v6-c-toolbar,
#ws-core-c-toolbar-simple .pf-v6-c-toolbar__group,
#ws-core-c-toolbar-adjusted-spacers .pf-v6-c-toolbar,
#ws-core-c-toolbar-adjusted-group-spacers .pf-v6-c-toolbar,
#ws-core-c-toolbar-insets .pf-v6-c-toolbar,
#ws-core-c-toolbar-page-insets .pf-v6-c-toolbar,
#ws-core-c-toolbar-width-control .pf-v6-c-toolbar {
  border: var(--pf-t--global--border--width--control--default) dashed var(--pf-t--global--border--color--default);
}

#ws-core-e-toolbar-simple .pf-v6-c-toolbar__group .pf-v6-c-toolbar__item,
#ws-core-c-toolbar-simple .pf-v6-c-toolbar__group .pf-v6-c-toolbar__item {
  border: none;
}

#ws-core-c-toolbar-adjusted-group-column-gap .pf-v6-c-toolbar__item,
#ws-core-e-toolbar-simple .pf-v6-c-toolbar__item,
#ws-core-e-toolbar-adjusted-spacers .pf-v6-c-toolbar__item,
#ws-core-e-toolbar-adjusted-group-spacers .pf-v6-c-toolbar__item,
#ws-core-c-toolbar-simple .pf-v6-c-toolbar__item,
#ws-core-c-toolbar-no-padding .pf-v6-c-toolbar__item,
#ws-core-c-toolbar-adjusted-spacers .pf-v6-c-toolbar__item,
#ws-core-c-toolbar-adjusted-group-spacers .pf-v6-c-toolbar__item,
#ws-core-c-toolbar-insets .pf-v6-c-toolbar__item,
#ws-core-c-toolbar-page-insets .pf-v6-c-toolbar__item,
#ws-core-c-toolbar-width-control .pf-v6-c-toolbar__item {
  padding-block: .25rem;
  padding-inline: .5rem;
}

#ws-core-c-toolbar-adjusted-group-column-gap .pf-v6-c-toolbar__item,
#ws-core-e-toolbar-simple .pf-v6-c-toolbar__item,
#ws-core-e-toolbar-adjusted-spacers .pf-v6-c-toolbar__item,
#ws-core-e-toolbar-adjusted-group-spacers .pf-v6-c-toolbar__item,
#ws-core-c-toolbar-simple .pf-v6-c-toolbar__item,
#ws-core-c-toolbar-no-padding .pf-v6-c-toolbar__item,
#ws-core-c-toolbar-adjusted-spacers .pf-v6-c-toolbar__item,
#ws-core-c-toolbar-adjusted-group-spacers .pf-v6-c-toolbar__item,
#ws-core-c-toolbar-insets .pf-v6-c-toolbar__item,
#ws-core-c-toolbar-page-insets .pf-v6-c-toolbar__item,
#ws-core-c-toolbar-width-control .pf-v6-c-toolbar__item {
  background-color: var(--pf-t--global--background--color--secondary--default);
}

#ws-core-c-toolbar-sticky-toolbar .ws-preview-html {
  height: 200px;
  overflow: auto;
}