Styled alt and floating action buttons

This commit is contained in:
lscambo13
2024-12-03 08:41:04 -08:00
parent e1b912c37c
commit c17294ac68
2 changed files with 15 additions and 3 deletions

View File

@@ -391,7 +391,8 @@ html {
align-items: flex-end !important;
}
.innerCardFooter,.chapterThumbTextContainer {
.innerCardFooter,
.chapterThumbTextContainer {
background: transparent;
/* display: flex; */
font-weight: 500;
@@ -518,7 +519,9 @@ html {
}
.emby-button.block,
.button-alt,
#btnDeleteImage,
.fab,
.dashboardActionsContainer>.emby-button {
color: #fff;
border-radius: .5em;
@@ -587,7 +590,8 @@ html {
margin: .5em 1em !important;
}
.listItem:hover,.navMenuOption:hover {
.listItem:hover,
.navMenuOption:hover {
background: rgba(255, 255, 255, 0.125);
border-radius: .8em;
}
@@ -626,7 +630,7 @@ html {
order: 3;
}
.sliderBubble{
.sliderBubble {
border-radius: 1em;
border: solid 1px var(--borderColor);
overflow: hidden;

8
workspace.code-workspace Normal file
View File

@@ -0,0 +1,8 @@
{
"folders": [
{
"path": "."
}
],
"settings": {}
}