*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit 2ddeb647 authored by Moser, Maximilian's avatar Moser, Maximilian
Browse files

Fix embargo patch having the wrong color

* the previously used fix (lost during adjustment for new release) was
  re-applied
parent 57082aee
Branches
Tags
No related merge requests found
...@@ -62,4 +62,3 @@ div.ui.label.access-right.embargoed, ...@@ -62,4 +62,3 @@ div.ui.label.access-right.embargoed,
span.ui.label.access-right.embargoed { span.ui.label.access-right.embargoed {
background-color:#ffbf00 background-color:#ffbf00
} }
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
</div> </div>
<div class="right floated right aligned column"> <div class="right floated right aligned column">
<span class="ui label small grey">{{ record.ui.resource_type }}</span> <span class="ui label small grey">{{ record.ui.resource_type }}</span>
<span class="ui label small access-right {{ record.ui.access_right.icon }}"> <span class="ui label small access-right {{ record.ui.access_right.category }}">
<i class="icon {{ record.ui.access_right.icon }}"></i>{{ record.ui.access_right.title }}</span> <i class="icon {{ record.ui.access_right.icon }}"></i>{{ record.ui.access_right.title }}</span>
</div> </div>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment