-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcontent-styles.css
More file actions
48 lines (45 loc) · 792 Bytes
/
content-styles.css
File metadata and controls
48 lines (45 loc) · 792 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
42
43
44
45
46
47
48
div.toolbar-filter div {
float: left;
border: 1px;
border-left-style: groove;
padding-right: 10px;
}
div.toolbar-filter div a.filter {
cursor: pointer;
}
div.toolbar-filter.userCount div.user-issue-cnt-0 {
background-color: red;
}
.toolbar-filter {
border-top: 3px #0678be solid;
overflow: auto;
}
#custom-toolbar .filter-label {
text-transform: capitalize;
font-weight: bold;
}
.tagDiv {
background-color: white;
border: solid 2px black;
border-radius: 2px;
color: black;
}
.tagDiv:disabled {
background-color: grey;
}
.options-help {
color: red;
font-size: 15px;
font-weight: bold;
}
.tag-container {
float: left;
padding-right: 10px;
border-right: 5px solid;
}
.bulk-inputs {
overflow: auto;
}
.issueCollectDiv textarea {
display: block;
}