Skip to content

Commit d53eeba

Browse files
authored
Update jira-dark-gray.user.css (#21)
fixes #18
1 parent 72b1c67 commit d53eeba

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

jira-dark-gray.user.css

Lines changed: 6 additions & 3 deletions
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.7.0
4+
@version 1.8.0
55
@license BSD
66
@preprocessor default
77
@@ -113,6 +113,11 @@ regexp(".*.atlassian.net/secure.*") {
113113
.adg3 .ghx-column .ghx-parent-group {
114114
background-color: #555;
115115
}
116+
117+
/* subtask parent task label */
118+
.adg3 .ghx-key {
119+
color: #ddd;
120+
}
116121

117122
/***
118123
* Left-hand Nav
@@ -639,8 +644,6 @@ regexp(".*.atlassian.net/secure.*") {
639644
margin-top: 5px;
640645
}
641646

642-
643-
644647
.css-b6ncbb:hover,
645648
button:hover{
646649
background-color: #555 !important;

0 commit comments

Comments
 (0)