Merge branch 'ent-13365-eventos-seleccionados-no-se-visualizan-en-dashboards-con-tema-oscuro' into 'develop'

Ent 13365 eventos seleccionados no se visualizan en dashboards con tema oscuro

See merge request artica/pandorafms!7199
This commit is contained in:
Diego Muñoz-Reja 2024-04-16 10:05:57 +00:00
commit aa00fe6a22
3 changed files with 3 additions and 2 deletions

View File

@ -10946,6 +10946,7 @@ button.submitButton.link {
box-shadow: none;
justify-content: flex-start;
height: 24px;
padding: 1px;
}
button.buttonButton.link > div,

View File

@ -1263,7 +1263,7 @@ a.pandora_pagination,
}
a.pandora_pagination {
background-color: #111;
background-color: #111 !important;
}
a.pandora_pagination:hover {

View File

@ -248,7 +248,7 @@
.info_table > tbody > tr:hover {
/* This !important is necessary to overwrite the white background of tables with less than 5 rows. */
/*background-color: #eee !important;*/
background-color: #d9efee !important;
background-color: #d9efee;
}
.info_table > tbody > tr:hover .table_action_buttons > a,