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,
|
.emby-button.block,
|
||||||
.button-alt,
|
.button-alt,
|
||||||
|
.raised,
|
||||||
#btnDeleteImage,
|
#btnDeleteImage,
|
||||||
.fab,
|
|
||||||
.dashboardActionsContainer>.emby-button {
|
.dashboardActionsContainer>.emby-button {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
border-radius: .5em;
|
border-radius: .5em;
|
||||||
@@ -514,6 +514,22 @@ html {
|
|||||||
border: solid var(--borderColor) 1px;
|
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 {
|
#btnDeleteImage {
|
||||||
background: rgb(169, 29, 29);
|
background: rgb(169, 29, 29);
|
||||||
border: solid rgb(217, 84, 84) 1px;
|
border: solid rgb(217, 84, 84) 1px;
|
||||||
|
Reference in New Issue
Block a user