Skip to content
Snippets Groups Projects
Verified Commit 036cc7ce authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Make disabled fields look like regular text field. Closes #12.

parent 4a4e7d13
No related branches found
No related tags found
1 merge request!2Make disabled fields look like regular text field. Closes #12.
input:disabled {
background-color: transparent;
border: 0;
color: #272a2e
}
......@@ -2,6 +2,11 @@
{% extends "core/base.html" %}
{% load bootstrap4 i18n %}
{% block bootstrap4_extra_head %}
{{ block.super }}
<link rel="stylesheet" href="{% static 'css/alsijil/lesson.css' %}" />
{% endblock %}
{% block page_title %}
{% blocktrans %}Lesson documentation{% endblocktrans %}
{% endblock %}
......
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