-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathIndicator.css
More file actions
41 lines (33 loc) · 848 Bytes
/
Indicator.css
File metadata and controls
41 lines (33 loc) · 848 Bytes
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
/*
* SPDX-License-Identifier: GPL-3.0-or-later
* SPDX-FileCopyrightText: 2023 elementary, Inc. (https://elementary.io)
*/
quicksettings scalebox,
quicksettings .togglebox {
padding: 0.666rem; /* 6px */
}
quicksettings scalebox scale {
margin: 0 0.333rem 0 0.666rem; /* 0 3px 0 6px */
}
quicksettings separator.horizontal {
margin: 0.333rem 0; /* 3px */
}
quicksettings .image-button.toggle {
border-radius: 1em;
}
quicksettings .image-button {
border: none;
box-shadow: none;
min-height: 2.1666rem; /* 26px */
min-width: 2.1666rem; /* 26px */
}
quicksettings .image-button {
background: alpha(@text_color, 0.1);
}
quicksettings .image-button:checked {
background: @selected_bg_color;
color: @selected_fg_color;
}
quicksettings .image-button:disabled {
background: @insensitive_bg_color;
}