Skip to content

Commit

Permalink
Update css for ppt/pptx files (#2592)
Browse files Browse the repository at this point in the history
  • Loading branch information
janette authored and dafeder committed Jul 19, 2018
1 parent 1bac9c2 commit a878a3c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions modules/dkan/dkan_dataset/css/dkan_dataset.css
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,13 @@ li .heading:hover {
.label[data-format*=kmz] {
background-color: #3F6EA5;
}
.label[data-format=ppt],
.label[data-format*=ppt],
.label[data-format=pptx],
.label[data-format*=pptx] {
background-color: #CF452C;
}


.format-label {
color: transparent;
Expand Down Expand Up @@ -627,6 +634,11 @@ li .heading:hover {
content: "\e655";
color: #3F6EA5;
}
.format-label[data-format=ppt]:before,
.format-label[data-format=pptx]:before {
content: "\e682";
color: #CF452C;
}

.node-resource .download .format-label {
display: block;
Expand Down

0 comments on commit a878a3c

Please sign in to comment.