mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: Search bar style was bugged. Rearranging code fixes it.
dev: Minor layout adjustments
This commit is contained in:
@@ -564,36 +564,6 @@ progress+span {
|
|||||||
border: solid var(--lighterBorderColor) var(--borderWidth);
|
border: solid var(--lighterBorderColor) var(--borderWidth);
|
||||||
}
|
}
|
||||||
|
|
||||||
.inputContainer .emby-input-iconbutton {
|
|
||||||
color: rgba(255, 255, 255, 0.5);
|
|
||||||
margin-left: -2.5em;
|
|
||||||
background-color: transparent !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.searchfields-txtSearch {
|
|
||||||
padding: .75em 1.5em !important;
|
|
||||||
border-radius: 4em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.searchfields-icon {
|
|
||||||
padding: .25em;
|
|
||||||
margin-left: -1.75em;
|
|
||||||
margin-bottom: 0;
|
|
||||||
border-radius: var(--largeRadius);
|
|
||||||
color: rgba(255, 255, 255, 0.5);
|
|
||||||
}
|
|
||||||
|
|
||||||
.searchfields-icon:hover,
|
|
||||||
.searchfields-icon:active,
|
|
||||||
.inputContainer .emby-input-iconbutton:hover,
|
|
||||||
.inputContainer .emby-input-iconbutton:active {
|
|
||||||
color: rgba(255, 255, 255, 0.8);
|
|
||||||
}
|
|
||||||
|
|
||||||
.searchFields>.searchFieldsInner {
|
|
||||||
flex-direction: row-reverse;
|
|
||||||
}
|
|
||||||
|
|
||||||
.button-link {
|
.button-link {
|
||||||
color: rgb(200, 200, 200);
|
color: rgb(200, 200, 200);
|
||||||
}
|
}
|
||||||
@@ -1296,8 +1266,39 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||||||
background-color: var(--selectorBackgroundColor);
|
background-color: var(--selectorBackgroundColor);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.inputContainer .emby-input-iconbutton {
|
||||||
|
color: rgba(255, 255, 255, 0.5);
|
||||||
|
margin-left: -2.5em;
|
||||||
|
background-color: transparent !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.searchfields-txtSearch {
|
||||||
|
padding: .75em 1.5em !important;
|
||||||
|
border-radius: 4em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.searchfields-icon {
|
||||||
|
padding: .25em;
|
||||||
|
margin-left: -1.75em;
|
||||||
|
margin-bottom: 0;
|
||||||
|
border-radius: var(--largeRadius);
|
||||||
|
color: rgba(255, 255, 255, 0.5);
|
||||||
|
}
|
||||||
|
|
||||||
|
.searchfields-icon:hover,
|
||||||
|
.searchfields-icon:active,
|
||||||
|
.inputContainer .emby-input-iconbutton:hover,
|
||||||
|
.inputContainer .emby-input-iconbutton:active {
|
||||||
|
color: rgba(255, 255, 255, 0.8);
|
||||||
|
}
|
||||||
|
|
||||||
|
.searchFields>.searchFieldsInner {
|
||||||
|
flex-direction: row-reverse;
|
||||||
|
}
|
||||||
|
|
||||||
.layout-mobile [dir=ltr] .infoWrapper {
|
.layout-mobile [dir=ltr] .infoWrapper {
|
||||||
padding-left: 34%;
|
padding-left: 34%;
|
||||||
|
padding-bottom: 2%;
|
||||||
}
|
}
|
||||||
|
|
||||||
[dir=ltr] .mediaInfoItem {
|
[dir=ltr] .mediaInfoItem {
|
||||||
|
Reference in New Issue
Block a user