mirror of
https://github.com/umami-software/umami.git
synced 2026-02-06 21:57:16 +01:00
Added hover state for list tables.
This commit is contained in:
parent
76f40dd621
commit
c807c3a8e9
1 changed files with 6 additions and 0 deletions
|
|
@ -39,6 +39,11 @@
|
|||
align-items: center;
|
||||
margin-bottom: 5px;
|
||||
overflow: hidden;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.row:hover {
|
||||
background-color: var(--base75);
|
||||
}
|
||||
|
||||
.label {
|
||||
|
|
@ -46,6 +51,7 @@
|
|||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
flex: 2;
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
.label a {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue