mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 10:45:27 +00:00
Better look for hovering.
This commit is contained in:
parent
d4ae98900f
commit
dbb3eb1664
1 changed files with 6 additions and 3 deletions
|
|
@ -95,12 +95,15 @@ html {
|
|||
|
||||
/* Style for rows with no streams */
|
||||
.no-streams-row {
|
||||
background-color: rgba(255, 68, 68, 0.15) !important;
|
||||
background-color: rgba(239, 68, 68, 0.15) !important;
|
||||
box-shadow: inset 0 0 0 1px rgba(239, 68, 68, 0.3);
|
||||
/* Add subtle border */
|
||||
}
|
||||
|
||||
/* Make sure hover effect still works on rows with no streams */
|
||||
/* Special hover effect for rows with no streams */
|
||||
.table-striped .tbody .tr.no-streams-row:hover {
|
||||
background-color: rgb(68, 68, 68) !important;
|
||||
background-color: rgba(239, 68, 68, 0.3) !important;
|
||||
/* Darker red on hover */
|
||||
}
|
||||
|
||||
/* Prevent text selection when shift key is pressed */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue