mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-12-27 22:37:47 +00:00
Fix: Media rating font color and the play button text alignment was incorrect in the Media Bar plugin
This commit is contained in:
@@ -1069,6 +1069,7 @@ html {
|
|||||||
transform: translateY(-0.15em);
|
transform: translateY(-0.15em);
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
border: var(--defaultBorder);
|
border: var(--defaultBorder);
|
||||||
|
color: var(--textColor);
|
||||||
}
|
}
|
||||||
|
|
||||||
.starIcon {
|
.starIcon {
|
||||||
@@ -2281,7 +2282,7 @@ div[data-type="PhotoAlbum"] .play_arrow:before {
|
|||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btnPlay:not(.formDialogFooterItem):after {
|
.btnPlay:not(.formDialogFooterItem):not(.play-button):after {
|
||||||
content: attr(title);
|
content: attr(title);
|
||||||
padding: 0 1ch;
|
padding: 0 1ch;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user