forked from redhat-developer/vscode-openshift-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
83 lines (66 loc) · 2.17 KB
/
index.css
File metadata and controls
83 lines (66 loc) · 2.17 KB
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
82
83
.sd-root-modern,
.sd-container-modern,
.sd-title.sd-container-modern__title {
background-color: var(--vscode-editor-background) !important;
color: var(--vscode-editor-foreground) !important;
font-family: var(--vscode-editor-font-family) !important;
font-size: var(--vscode-editor-font-size) !important;
font-weight: var(--vscode-editor-font-weight) !important;
}
.sd-header__text .sd-title {
color: #EE0000 !important;
}
.sd-title.sd-container-modern__title {
box-shadow: 0px 2px 0px var(--sjs-primary-backcolor, #ee0000) !important;
}
.sd-progress,
.sd-progress__bar {
background-color: var(--sjs-border-light, var(--border-light, #EE0000)) !important;
}
.sd-rating__item:focus-within {
border-color: var(--sjs-primary-backcolor, var(--primary, #EE0000)) !important;
}
.sd-rating__item--selected {
background-color: var(--sjs-primary-backcolor, var(--primary, #EE0000)) !important;
border-color: var(--sjs-primary-backcolor, var(--primary, #EE0000)) !important;
}
.sd-boolean__control:focus~.sd-boolean__switch {
box-shadow: inset 0 0 0 2px var(--sjs-primary-backcolor, var(--primary, #fff)) !important;
}
.sd-boolean__thumb,
.sd-btn {
color: var(--sjs-primary-backcolor, var(--primary, #EE0000)) !important;
}
.sd-btn--action {
background-color: var(--sjs-primary-backcolor, var(--primary, #EE0000)) !important;
color: var(--sjs-primary-backcolor, var(--primary, var(--vscode-button-foreground))) !important;
}
.sv-logo--left {
width: 5rem !important;
}
.sd-description {
color: var(--vscode-descriptionForeground) !important;
}
.sd-element__title span {
background-color: var(--vscode-editor-background) !important;
color: var(--vscode-editor-foreground) !important;
font-weight: var(--vscode-editor-font-weight) !important;
}
.svc-logic-question-value,
.sd-element--with-frame {
background-color: transparent !important;
}
.sd-rating__item-text.sd-rating__item-text {
border: none !important;
}
.sd-rating__item-smiley {
background-color: #ffd700 !important;
fill: black !important;
}
a:link {
text-decoration: none !important;
}
a:focus {
box-shadow: none !important;
outline: 0 !important;
}