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:
commit
aa00fe6a22
|
@ -10946,6 +10946,7 @@ button.submitButton.link {
|
|||
box-shadow: none;
|
||||
justify-content: flex-start;
|
||||
height: 24px;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
button.buttonButton.link > div,
|
||||
|
|
|
@ -1263,7 +1263,7 @@ a.pandora_pagination,
|
|||
}
|
||||
|
||||
a.pandora_pagination {
|
||||
background-color: #111;
|
||||
background-color: #111 !important;
|
||||
}
|
||||
|
||||
a.pandora_pagination:hover {
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue