Skip to content

Commit 50456b8

Browse files
authored
Updates (#11)
* Set dark background on dragable targets in active sprint view * Set dark background on linked issues in comments
1 parent 0612ac6 commit 50456b8

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

jira-dark-gray.user.css

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* ==UserStyle==
22
@name Jira Dark Gray
33
@namespace github.com/aalvarado
4-
@version 1.3.0
4+
@version 1.3.1
55
@license BSD
66
@preprocessor default
77
@@ -352,6 +352,10 @@ regexp(".*.atlassian.net/secure.*") {
352352
#jira-issue-header-actions {
353353
background: transparent;
354354
}
355+
356+
[class^="ReadViewContentWrapper"] {
357+
background-color: #1c1c1c;
358+
}
355359

356360
div[data-test-id="issue.views.issue-base.context.status-and-approvals-wrapper.status-and-approval"] div[data-test-id="issue.views.issue-base.foundation.status.status-field-wrapper"] button {
357361
background-color: #333 !important;
@@ -398,4 +402,16 @@ regexp(".*.atlassian.net/secure.*") {
398402
padding: 10px 5px;
399403
border-radius: 3px;
400404
}
405+
406+
.ghx-zone-cell {
407+
background-color: #222;
408+
}
409+
410+
.ghx-zone-row.ghx-target-hover .ghx-zone-cell {
411+
background-color: #111;
412+
}
413+
414+
[data-testid^="inline-card"] {
415+
background-color: #111;
416+
}
401417
}

0 commit comments

Comments
 (0)