#13365 Fixed the hover style for the dark theme in the Dashboard of type List of latest events

This commit is contained in:
Jorge Rincon 2024-04-15 11:32:31 +02:00
parent f8833e8f98
commit 8a4ce0d533
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,