mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
New: hover effects on some buttons
This commit is contained in:
@@ -505,8 +505,8 @@ html {
|
||||
|
||||
.emby-button.block,
|
||||
.button-alt,
|
||||
.raised,
|
||||
#btnDeleteImage,
|
||||
.fab,
|
||||
.dashboardActionsContainer>.emby-button {
|
||||
color: #fff;
|
||||
border-radius: .5em;
|
||||
@@ -514,6 +514,22 @@ html {
|
||||
border: solid var(--borderColor) 1px;
|
||||
}
|
||||
|
||||
.fab {
|
||||
color: #fff;
|
||||
background: var(--lighterGradientPoint);
|
||||
border: solid var(--borderColor) 1px;
|
||||
}
|
||||
|
||||
.raised:focus {
|
||||
background: var(--lighterGradientPoint);
|
||||
filter: brightness(1.25);
|
||||
}
|
||||
|
||||
.raised:hover,
|
||||
.emby-button:hover {
|
||||
filter: brightness(1.2) !important;
|
||||
}
|
||||
|
||||
#btnDeleteImage {
|
||||
background: rgb(169, 29, 29);
|
||||
border: solid rgb(217, 84, 84) 1px;
|
||||
|
Reference in New Issue
Block a user