Skip to content

Commit

Permalink
Update jira-dark-gray.user.css (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
aalvarado authored Apr 29, 2021
1 parent d53eeba commit a1e28d8
Showing 1 changed file with 40 additions and 2 deletions.
42 changes: 40 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.8.0
@version 1.9.0
@license BSD
@preprocessor default
Expand All @@ -17,9 +17,47 @@ regexp(".*.atlassian.net/secure.*") {

header a span,
.dqyfbQ ,
.css-pjv25p{
.css-pjv25p,
.jRBaLt{
color: #8ec4fd;
}

.aZwtJ {
box-shadow: none;
margin: 0px;
}

.iuihaW {
margin: 0px;
}

/* issue change droddown */
.jRBaLt:hover {
color: #bdddff;
}

/* gh branches */
[data-test-id="issue.views.issue-base.context.context-items"] a[tabindex] div {
color: #8ec4fd;
}

/* issue fields for react dropdowns */
[class^='FieldBaseWrapper'] [tabindex]{
background-color: #333 !important;
border-color: transparent !important;
}

[class^='FieldBaseWrapper'] [tabindex]:hover {
background-color: #444 !important;
}
[class^='FieldBaseWrapper'] div {
background-color: #333 !important;
}

[class^='FieldBaseWrapper'] [tabindex] span + span{
color: #8ec4fd;
}


/* translucent background when story is open in modal */
.igoDWs {
Expand Down

0 comments on commit a1e28d8

Please sign in to comment.