Skip to content

Commit

Permalink
Issue view fixes
Browse files Browse the repository at this point in the history
* Fixes backgrounds and colors on some elements in the issue view
  • Loading branch information
aalvarado authored Jan 22, 2022
1 parent 1740552 commit 3f22dd7
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 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.13.4
@version 1.14.0
@license BSD
@author @aalvarado
@preprocessor default
Expand Down Expand Up @@ -492,10 +492,19 @@ regexp(".*.atlassian.net/secure.*") {
/* integrations */
.jKClYf:hover,
.bxflKY:hover,
.tElYB:hover{
.tElYB:hover {
background-color: #333;
}

/* spotlight */

.fazorH
, .hLwMWC
{
background-color: #333;
border: 1px solid #666;
}

/* Pinned Fields */
.iawEzm,
.UHdZE {
Expand Down Expand Up @@ -623,6 +632,13 @@ regexp(".*.atlassian.net/secure.*") {
.css-1gs3kbj {
color: #8ec4fd !important;
}

/* @name reference */
.jezugp
,.css-mwicx5:not(:hover):not(:active) /* Profile link */
{
color: #8ec4fd !important;
}

.ghx-sprint-meta .time {
background-color: #222;
Expand Down

0 comments on commit 3f22dd7

Please sign in to comment.