forked from microsoft/pxt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscriptsearch.less
More file actions
73 lines (63 loc) · 1.56 KB
/
scriptsearch.less
File metadata and controls
73 lines (63 loc) · 1.56 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
/* Extensions */
.ui.searchdialog.modal,
.ui.searchdialog.modal > .content {
background: @extensionsBackground;
}
.ui.searchdialog.modal > .header {
background: @extensionsHeaderBackground;
padding: 1rem;
color: white;
border-radius: 0;
text-align: center;
}
.ui.searchdialog.modal .ui.search {
max-width: 50%;
margin: auto;
}
.ui.searchdialog.modal > .closeIcon .close {
color: white;
}
.ui.searchdialog.modal .ui.inline.loader {
margin-top: 4em;
}
.ui.searchdialog.modal .ui.inline.loader:after,
.ui.searchdialog.modal .ui.inline.loader:before {
width: 4rem;
height: 4rem;
}
/*******************************
Modal Back Icon
*******************************/
.ui.modal .ui.button.labeled.icon.editorBack {
color: white !important;
position: absolute;
top: 0;
left: 0;
height: 3.5rem;
outline: none !important;
border: none !important;
cursor: pointer;
border-radius: 10em !important;
&:focus, &:hover {
color: darken(white, 20%) !important;
}
}
.ui.modal > .header .helpIcon {
float: right;
color: white;
}
@HCextensionsHeaderBackground: black;
@HCextensionsHeaderTextColor: white;
.hc {
.ui.searchdialog.modal > .header {
background: @HCextensionsHeaderBackground !important;
color: @HCextensionsHeaderTextColor !important;
}
.ui.searchdialog.modal .ui.button.labeled.icon.editorBack {
background: transparent !important;
&:focus, &:hover {
border: 0 !important;
outline: 0 !important;
}
}
}