-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgitique.css
60 lines (47 loc) · 1.09 KB
/
gitique.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
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
.gitique-enabled .gitique-hidden {
/* GitHub override the display property with more specific selectors than this one. */
display: none !important;
}
.gitique-header-wrapper {
margin-right: 10px;
}
.gitique-header-wrapper input[type=text] {
min-height: 26px;
padding: 2px 4px;
}
.gitique-header-wrapper input[type=text].error {
border-color: red;
}
.gitique-icon {
fill: #bdbdbd;
}
.gitique-icon svg {
display: inline-block;
vertical-align: bottom;
}
.gitique-icon.gitique-reviewed {
fill: #999;
}
.gitique-icon.gitique-basis {
fill: #000;
}
.gitique-icon.gitique-new {
fill: #6cc644;
}
.gitique-icon.gitique-head {
fill: #48a220;
}
.gitique-icon:not(.gitique-initial):not(.gitique-head) {
cursor: pointer;
}
.gitique-enabled .gitique-context .blob-num-addition,
.gitique-enabled .gitique-context .blob-code-addition,
.gitique-enabled .gitique-context .blob-code-addition .x {
background-color: #fff;
}
.gitique-enabled .gitique-context .blob-num-addition {
border-color: #eee;
}
.gitique-enabled .gitique-context .blob-code-addition::first-letter {
color: #fff;
}