We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72b1c67 commit d53eebaCopy full SHA for d53eeba
jira-dark-gray.user.css
@@ -1,7 +1,7 @@
1
/* ==UserStyle==
2
@name Jira Dark Gray
3
@namespace github.com/aalvarado
4
-@version 1.7.0
+@version 1.8.0
5
@license BSD
6
@preprocessor default
7
@@ -113,6 +113,11 @@ regexp(".*.atlassian.net/secure.*") {
113
.adg3 .ghx-column .ghx-parent-group {
114
background-color: #555;
115
}
116
+
117
+ /* subtask parent task label */
118
+ .adg3 .ghx-key {
119
+ color: #ddd;
120
+ }
121
122
/***
123
* Left-hand Nav
@@ -639,8 +644,6 @@ regexp(".*.atlassian.net/secure.*") {
639
644
margin-top: 5px;
640
645
641
646
642
-
643
647
.css-b6ncbb:hover,
648
button:hover{
649
background-color: #555 !important;
0 commit comments