Merge pull request #52 from HDinger/fix/21265-wrong-background-filter

[21265] wrong background color in filter of cost reports
pull/6827/head
Jan Sandbrink 9 years ago
commit d6f67fed68
  1. 8
      lib/assets/stylesheets/reporting_engine/reporting.css.erb

@ -257,7 +257,7 @@ fieldset.collapsible.header_collapsible legend.in_row {
}
.group_by_label.hover {
background-color: #24B3E7 !important;
background-color: #3493B3 !important;
}
.group_by_remove {
@ -271,7 +271,7 @@ fieldset.collapsible.header_collapsible legend.in_row {
}
.group_by_remove.hover {
background-color: #24B3E7 !important;
background-color: #3493B3 !important;
}
/* Overwrite normal h3 definition - a h-tag is needed for accessibility purposes */
@ -308,7 +308,7 @@ h3.reporting_formatting {
}
.arrow_left.hover {
border-color: #24B3E7 #24B3E7 #24B3E7 transparent !important;
border-color: #3493B3 #3493B3 #3493B3 transparent !important;
}
.arrow_right {
@ -316,7 +316,7 @@ h3.reporting_formatting {
}
.arrow_right.hover {
border-color: transparent transparent transparent #24B3E7 !important;
border-color: transparent transparent transparent #3493B3 !important;
}
.arrow_group_by_caption {

Loading…
Cancel
Save