Skip to content

Commit

Permalink
Update jira-dark-gray.user.css (#21)
Browse files Browse the repository at this point in the history
fixes #18
  • Loading branch information
aalvarado authored Apr 27, 2021
1 parent 72b1c67 commit d53eeba
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions jira-dark-gray.user.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* ==UserStyle==
@name Jira Dark Gray
@namespace github.com/aalvarado
@version 1.7.0
@version 1.8.0
@license BSD
@preprocessor default
Expand Down Expand Up @@ -113,6 +113,11 @@ regexp(".*.atlassian.net/secure.*") {
.adg3 .ghx-column .ghx-parent-group {
background-color: #555;
}

/* subtask parent task label */
.adg3 .ghx-key {
color: #ddd;
}

/***
* Left-hand Nav
Expand Down Expand Up @@ -639,8 +644,6 @@ regexp(".*.atlassian.net/secure.*") {
margin-top: 5px;
}



.css-b6ncbb:hover,
button:hover{
background-color: #555 !important;
Expand Down

0 comments on commit d53eeba

Please sign in to comment.