@ -1,8 +1,9 @@
/* Destacando a ultima categoria visitada */
.ui-btn-last-c {
border: 1px solid #155678;
background: #4596CE;
font-weight: bold;
color:white !important;
cursor: pointer;
text-shadow: 0 -1px 1px #145072;
text-decoration: none;
@ -18,3 +19,8 @@
.ui-btn-last-c a.ui-link-inherit {
color: white;
}
/* Definindo as categorias que foram lidas */
.ui-li-heading-read {
font-weight: normal !important;
@ -10,7 +10,7 @@
<link href="{{ MEDIA_URL }}css/diagnosticos/diagnosticos_categorias.css" rel="stylesheet" />
{% endblock media %}
ui-link-inherit{% block corpo %}
{% block corpo %}
{% if categorias %}
<ul data-role="listview">
{% if ultima_categoria == 1 %}