-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathal-graph-settings.css
31 lines (28 loc) · 1 KB
/
al-graph-settings.css
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
/**
* @prop --display-mode-display: Display Mode Toggle Display
* @prop --graph-enabled-display: Graph Enabled Toggle Display
* @prop --bounding-box-enabled-display: Bounding Box Enabled Toggle Display
* @prop --slices-index-display: Slices Index Range Display
* @prop --slices-orientation-display: Slices Orientation Select Display
* @prop --slices-window-center-display: Slices Window Center Range Display
* @prop --slices-window-width-display: Slices Window Width Range Display
* @prop --volume-steps-display: Volume Steps Range Display
* @prop --volume-window-center-display: Volume Window Center Range Display
* @prop --volume-window-width-display: Volume Window Width Range Display
*/
select {
padding: 5px;
min-width: 100px;
background-color: var(--al-select-background-color);
color: var(--al-item-color);
border: none;
}
@supports (-moz-appearance: none) {
select {
background-color: #ffffff !important;
color: #000000 !important;
}
}
ion-label {
color: var(--al-item-color);
}