Skip to content
Snippets Groups Projects
Commit 127fdef9 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Add stylesheet for links in datatables.

parent 978ecbb6
No related branches found
No related tags found
1 merge request!37Resolve "Migrate to materialize.css"
table.datatable a {
color: inherit !important;
}
......@@ -5,6 +5,11 @@
{% block browser_title %}{% blocktrans %}Week view{% endblocktrans %}{% endblock %}
{% block extra_head %}
{{ block.super }}
<link rel="stylesheet" href="{% static 'css/alsijil/alsijil.css' %}" />
{% endblock %}
{% block content %}
<div class="row">
<div class="col s10">
......@@ -36,7 +41,7 @@
<span class="card-title">
{{ weekday }}
</span>
<table class="striped responsive-table">
<table class="striped responsive-table datatable">
<thead>
<tr>
<th>{% blocktrans %}Period{% endblocktrans %}</th>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment