File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 1
1
/* ==UserStyle==
2
2
@name Jira Dark Gray
3
3
@namespace github.com/aalvarado
4
- @version 1.3.0
4
+ @version 1.3.1
5
5
@license BSD
6
6
@preprocessor default
7
7
@@ -352,6 +352,10 @@ regexp(".*.atlassian.net/secure.*") {
352
352
# jira-issue-header-actions {
353
353
background : transparent;
354
354
}
355
+
356
+ [class ^= "ReadViewContentWrapper" ] {
357
+ background-color : # 1c1c1c ;
358
+ }
355
359
356
360
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 {
357
361
background-color : # 333 !important ;
@@ -398,4 +402,16 @@ regexp(".*.atlassian.net/secure.*") {
398
402
padding : 10px 5px ;
399
403
border-radius : 3px ;
400
404
}
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
+ }
401
417
}
You can’t perform that action at this time.
0 commit comments