Commit 9d49beaf by Bach Dániel

dashboard: add btn-default to disabled operation buttons

parent 32c390c1
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
{% if op.show_in_toolbar %} {% if op.show_in_toolbar %}
{% if op.disabled %} {% if op.disabled %}
<span class="operation operation-{{op.op}} btn btn-{{op.effect}} disabled btn-xs"> <span class="operation operation-{{op.op}} btn btn-default disabled btn-xs">
{% else %} {% else %}
<a href="{{op.get_url}}" class="operation operation-{{op.op}} btn <a href="{{op.get_url}}" class="operation operation-{{op.op}} btn
btn-{{op.effect}} btn-xs" title="{{op.name}}: {{op.description}}"> btn-{{op.effect}} btn-xs" title="{{op.name}}: {{op.description}}">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment