mirror of
https://github.com/CTalvio/Ultrachromic
synced 2026-01-15 13:52:53 -03:00
test
This commit is contained in:
@@ -136,46 +136,9 @@ div[data-role=controlgroup] a[data-role=button]+a[data-role=button] {
|
||||
}
|
||||
|
||||
/*Theme buttons and cards*/
|
||||
.navMenuOption-selected,
|
||||
.selectionCommandsPanel {
|
||||
background: #101010 !important;
|
||||
}
|
||||
|
||||
.paper-icon-button-light:hover,
|
||||
.raised.homeLibraryButton:hover,
|
||||
.button-flat:hover,
|
||||
.playstatebutton-icon-played,
|
||||
.ratingbutton-icon-withrating,
|
||||
.paper-icon-button-light:hover:not(:disabled),
|
||||
.emby-tab-button:hover,
|
||||
.selectLabelFocused,
|
||||
.inputLabelFocused,
|
||||
.textareaLabelFocused,
|
||||
.buttonActive,
|
||||
.button-link{
|
||||
color: rgba(120, 120, 120, 0.6) !important;
|
||||
}
|
||||
|
||||
#itemDetailPage .button-link {color: inherit !important;}
|
||||
|
||||
.listItemIcon {
|
||||
background: #0000 !important;
|
||||
}
|
||||
|
||||
.raised,
|
||||
.fab,
|
||||
a[data-role="button"] {
|
||||
background: rgba(40, 40, 40, 0.8) !important;
|
||||
transition: all 0.2s !important;
|
||||
}
|
||||
|
||||
.paper-icon-button-light:hover {
|
||||
background-color: rgba(0, 0, 0, 0.4) !important;
|
||||
}
|
||||
|
||||
.raised:hover,
|
||||
.fab:hover,
|
||||
.navMenuOption:hover,
|
||||
.actionSheetMenuItem:hover {
|
||||
background: rgba(80, 80, 80, 0.8) !important;
|
||||
}
|
||||
|
||||
@@ -84,7 +84,9 @@ body, h1, h2, h3, h4, .textActionButton, .emby-button-foreground {
|
||||
.paperList, .visualCardBox {
|
||||
background-color: rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
|
||||
.listItem-border {
|
||||
border-color: rgba(255, 255, 255, 0) !important;
|
||||
}
|
||||
|
||||
/*Change look of fields*/
|
||||
.infoBanner {
|
||||
|
||||
@@ -72,6 +72,48 @@ progress::-webkit-progress-value {
|
||||
filter: opacity(60%) saturate(60%);
|
||||
}
|
||||
|
||||
/*Dash and general UI styling*/
|
||||
.navMenuOption-selected, .selectionCommandsPanel {
|
||||
background: #101010 !important;
|
||||
}
|
||||
.mainDrawer {
|
||||
background-color: rgba(0, 0, 0, 0.8);
|
||||
}
|
||||
.raised,
|
||||
.fab,
|
||||
a[data-role="button"] {
|
||||
background: rgba(40, 40, 40, 0.8) !important;
|
||||
transition: all 0.2s !important;
|
||||
}
|
||||
.raised:hover,
|
||||
.fab:hover,
|
||||
.navMenuOption:hover,
|
||||
.actionSheetMenuItem:hover {
|
||||
background: rgba(80, 80, 80, 0.8) !important;
|
||||
}
|
||||
.paper-icon-button-light:hover {
|
||||
background-color: rgba(0, 0, 0, 0.4) !important;
|
||||
}
|
||||
.navMenuOption-selected,
|
||||
.selectionCommandsPanel {
|
||||
background: #101010 !important;
|
||||
}
|
||||
|
||||
.paper-icon-button-light:hover,
|
||||
.raised.homeLibraryButton:hover,
|
||||
.button-flat:hover,
|
||||
.playstatebutton-icon-played,
|
||||
.ratingbutton-icon-withrating,
|
||||
.paper-icon-button-light:hover:not(:disabled),
|
||||
.emby-tab-button:hover,
|
||||
.selectLabelFocused,
|
||||
.inputLabelFocused,
|
||||
.textareaLabelFocused,
|
||||
.buttonActive,
|
||||
.button-link{
|
||||
color: rgba(120, 120, 120, 0.6) !important;
|
||||
}
|
||||
|
||||
/*Colors for loading spinner, placeholders, scroll bars*/
|
||||
.mdl-spinner__layer-1 {border-color: rgba(255, 255, 255, 1);}
|
||||
.mdl-spinner__layer-2 {border-color: rgba(128, 128, 128, 1);}
|
||||
|
||||
Reference in New Issue
Block a user