-
Notifications
You must be signed in to change notification settings - Fork 64
Expand file tree
/
Copy pathdefault.css
More file actions
89 lines (71 loc) · 1.38 KB
/
default.css
File metadata and controls
89 lines (71 loc) · 1.38 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
84
85
86
87
88
89
.table-filter {
--tag-inset-shadow-size: 2em;
}
.helpful-th, .helpful-span {
cursor: help;
}
#workflow-items-table-container, #jobs-table-container {
overflow-y: scroll;
max-height: 80vh;
}
.sticky-paging {
position: sticky;
bottom: -1px;
}
#message-td {
word-break: break-word;
}
.bi-copy {
color:rgb(232, 181, 0)!important;
cursor: pointer;
}
.bi-copy:hover {
color: #212529!important;
}
.job-url-th {
font-size: .95em;
background: linear-gradient(to top, rgb(252, 251, 251), white);
border-top-color:white;
padding-bottom: .3rem !important;
}
.job-url-text {
font-size: .9em;
font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
font-weight: normal;
max-width: 100%;
word-break: break-all;
}
#workflow-ui-jobs-table .job-table-row {
border-bottom-color: white;
}
.bg-label {
background-color: #92a7ba !important;
}
.job-alert {
margin-bottom: 0;
}
#label-nav-item > * {
z-index: 1021;
}
.dropdown-divider {
border-top: 1px solid #6b7c8d;
}
#labels-list {
overflow: hidden;
overflow-y: auto;
max-height: calc(100vh - 300px);
list-style: none;
padding: 5px 0;
}
.label-li {
max-width: 200px;
}
#label-dropdown-menu {
max-width: 40vw;
}
#create-label-link {
word-wrap: break-word;
}
.toast, .toast-container {
z-index: 1021;
}