]> begriffs open source - cmsis/blob - v6.0.0/DSP/extra_search.css
Update documentation for branch main
[cmsis] / v6.0.0 / DSP / extra_search.css
1
2 dark-mode-toggle {
3     position: absolute;
4     right: 205px;
5     padding-top: 3px;
6     color: var(--arm_light_gray);
7 }
8
9 .tablist .MSearchBox {
10     pointer-events: none;
11     display: inline-block;
12     white-space : nowrap;
13     background: none;
14     border-radius: 0.0em;
15     height: 0em;
16     width: 0em;
17     line-height: 0px;
18 }
19
20 .tablist .MSearchField {
21     pointer-events: none;
22     display: inline-block;
23     vertical-align: middle;
24     width: 0em;
25     height: 0px;
26     margin: 0 0;
27     padding: 0;
28     line-height: 0em;
29     border:none;
30     outline: none;
31     -webkit-border-radius: 0px;
32     border-radius: 0px;
33     background: none;
34 }
35
36 .tablist .MSearchBoxInactive {
37     pointer-events: none;
38     opacity:0.0;
39 }
40
41 .tablist .MSearchBoxActive {
42     pointer-events: none;
43     opacity:0.0;
44 }
45
46 .tablist .MSearchBoxInactive:hover {
47     pointer-events: none;
48     opacity:0.0;
49 }