[26121] Make expanded relation background transparent

[ci skip]
pull/5856/head
Oliver Günther 7 years ago
parent 55eefb2d97
commit f08cb6cd4f
No known key found for this signature in database
GPG Key ID: 88872239EB414F99
  1. 2
      lib/open_project/design.rb

@ -188,7 +188,7 @@ module OpenProject
'relations-save-button--disabled-color' => "$gray-dark",
'table-row-border-color' => "#E7E7E7",
'table-row-highlighting-color' => "#e4f7fb",
'table-row-relations-row-background-color' => "#dcebf4",
'table-row-relations-row-background-color' => "rgba(220,235,244, 0.6)",
'table-row-hierarchies-row-font-color' => "#6C7A89",
'table-header-border-color' => "#D7D7D7",
'table-header-shadow-color' => "#DDDDDD",

Loading…
Cancel
Save