mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
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;
|
box-shadow: none;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
height: 24px;
|
height: 24px;
|
||||||
|
padding: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
button.buttonButton.link > div,
|
button.buttonButton.link > div,
|
||||||
|
@ -1263,7 +1263,7 @@ a.pandora_pagination,
|
|||||||
}
|
}
|
||||||
|
|
||||||
a.pandora_pagination {
|
a.pandora_pagination {
|
||||||
background-color: #111;
|
background-color: #111 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.pandora_pagination:hover {
|
a.pandora_pagination:hover {
|
||||||
|
@ -248,7 +248,7 @@
|
|||||||
.info_table > tbody > tr:hover {
|
.info_table > tbody > tr:hover {
|
||||||
/* This !important is necessary to overwrite the white background of tables with less than 5 rows. */
|
/* This !important is necessary to overwrite the white background of tables with less than 5 rows. */
|
||||||
/*background-color: #eee !important;*/
|
/*background-color: #eee !important;*/
|
||||||
background-color: #d9efee !important;
|
background-color: #d9efee;
|
||||||
}
|
}
|
||||||
|
|
||||||
.info_table > tbody > tr:hover .table_action_buttons > a,
|
.info_table > tbody > tr:hover .table_action_buttons > a,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user