#13365 Fixed the hover style for the dark theme in the Dashboard of type List of latest events
This commit is contained in:
parent
f8833e8f98
commit
8a4ce0d533
|
@ -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