mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
add background on app hover section
Avoid click on bad app, focus attention
This commit is contained in:
parent
198a45ff75
commit
240789f787
1 changed files with 3 additions and 0 deletions
|
|
@ -1097,6 +1097,9 @@ span.version {
|
|||
display: block;
|
||||
margin: 8px 0;
|
||||
}
|
||||
&:hover {
|
||||
background-color: var(--color-background-dark);
|
||||
}
|
||||
}
|
||||
.app-description {
|
||||
p {
|
||||
|
|
|
|||
Loading…
Reference in a new issue