-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathstyles.css
More file actions
40 lines (32 loc) · 796 Bytes
/
styles.css
File metadata and controls
40 lines (32 loc) · 796 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
.profiles-container {
padding-top: var(--size-4-4);
border-top: 1px solid var(--background-modifier-border);
}
.profile-enabled {
font-weight: bolder;
}
.setting-editor-extra-setting-button .is-disabled {
opacity: 0.5;
}
.clickable-icon.setting-editor-extra-setting-button.is-disabled:hover {
box-shadow: none;
background-color: transparent;
opacity: var(--icon-opacity);
}
.clickable-icon.setting-editor-extra-setting-button.is-disabled:active {
box-shadow: none;
background-color: transparent;
color: var(--icon-color);
}
.modal-buttons {
border-top: none;
}
.status-bar-item.plugin-settings-profiles {
padding: 0 var(--size-2-2);
}
.mod-bad-input {
border-color: var(--text-error) !important;
}
.mod-bad-input:focus {
box-shadow: 0 0 0 2px var(--text-error) !important;
}