Fixed incorrect margins for buttons in Firefox and Safari

This commit is contained in:
squidfunk 2018-02-21 21:23:37 +01:00
parent 323f83808a
commit 468c1a7543
4 changed files with 4 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -48,7 +48,7 @@
{% endif %} {% endif %}
{% endblock %} {% endblock %}
{% block styles %} {% block styles %}
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application.9b572555.css"> <link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application.9d8fef76.css">
{% if palette.primary or palette.accent %} {% if palette.primary or palette.accent %}
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-palette.6079476c.css"> <link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-palette.6079476c.css">
{% endif %} {% endif %}

View File

@ -117,6 +117,7 @@ th {
// Reset (native) button styles // Reset (native) button styles
button { button {
margin: 0;
padding: 0; padding: 0;
border: 0; border: 0;
outline-style: none; outline-style: none;