mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Styled alt and floating action buttons
This commit is contained in:
@@ -391,7 +391,8 @@ html {
|
|||||||
align-items: flex-end !important;
|
align-items: flex-end !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.innerCardFooter,.chapterThumbTextContainer {
|
.innerCardFooter,
|
||||||
|
.chapterThumbTextContainer {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
/* display: flex; */
|
/* display: flex; */
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
@@ -518,7 +519,9 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.emby-button.block,
|
.emby-button.block,
|
||||||
|
.button-alt,
|
||||||
#btnDeleteImage,
|
#btnDeleteImage,
|
||||||
|
.fab,
|
||||||
.dashboardActionsContainer>.emby-button {
|
.dashboardActionsContainer>.emby-button {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
border-radius: .5em;
|
border-radius: .5em;
|
||||||
@@ -587,7 +590,8 @@ html {
|
|||||||
margin: .5em 1em !important;
|
margin: .5em 1em !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.listItem:hover,.navMenuOption:hover {
|
.listItem:hover,
|
||||||
|
.navMenuOption:hover {
|
||||||
background: rgba(255, 255, 255, 0.125);
|
background: rgba(255, 255, 255, 0.125);
|
||||||
border-radius: .8em;
|
border-radius: .8em;
|
||||||
}
|
}
|
||||||
|
8
workspace.code-workspace
Normal file
8
workspace.code-workspace
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"folders": [
|
||||||
|
{
|
||||||
|
"path": "."
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"settings": {}
|
||||||
|
}
|
Reference in New Issue
Block a user