mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add a response on icon hover and other style fixes
This commit is contained in:
parent
d4ea091ab5
commit
e21f7f10ed
11 changed files with 66 additions and 64 deletions
|
@ -43,9 +43,14 @@ html {
|
|||
background-color: rgba(0, 0, 0, .86)
|
||||
}
|
||||
|
||||
.paper-icon-button-light:hover {
|
||||
color: #00a4dc;
|
||||
background-color: rgba(0,164,220, .2);
|
||||
transition: 0.2s;
|
||||
}
|
||||
|
||||
.paper-icon-button-light:focus {
|
||||
color: #00a4dc;
|
||||
background-color: rgba(0,164,220, .2)
|
||||
}
|
||||
|
||||
.fab,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue