lidarr: buttons and accents
This commit is contained in:
parent
77a0ffea8a
commit
b29e911dcd
@ -23,4 +23,9 @@
|
|||||||
--calendar-Partial: orange;
|
--calendar-Partial: orange;
|
||||||
--calendar-Unmonitored: #adadad;
|
--calendar-Unmonitored: #adadad;
|
||||||
--calendar-Missing: #f05050;
|
--calendar-Missing: #f05050;
|
||||||
|
|
||||||
|
--button-color: #009688;
|
||||||
|
--button-color-hover: #12afa0;
|
||||||
|
--accent-color: #009688;
|
||||||
|
--accent-color-hover: #12afa0;
|
||||||
}
|
}
|
||||||
@ -23,4 +23,9 @@
|
|||||||
--calendar-Partial: orange;
|
--calendar-Partial: orange;
|
||||||
--calendar-Unmonitored: #adadad;
|
--calendar-Unmonitored: #adadad;
|
||||||
--calendar-Missing: #f05050;
|
--calendar-Missing: #f05050;
|
||||||
|
|
||||||
|
--button-color: hsla(0,0%,100%,.15);
|
||||||
|
--button-color-hover: hsla(0,0%,100%,.30);
|
||||||
|
--accent-color: rgba(255, 255, 255, 0.25);
|
||||||
|
--accent-color-hover: rgba(255, 255, 255, 0.45);
|
||||||
}
|
}
|
||||||
@ -23,4 +23,9 @@
|
|||||||
--calendar-Partial: orange;
|
--calendar-Partial: orange;
|
||||||
--calendar-Unmonitored: #adadad;
|
--calendar-Unmonitored: #adadad;
|
||||||
--calendar-Missing: #f05050;
|
--calendar-Missing: #f05050;
|
||||||
|
|
||||||
|
--button-color: hsla(0,0%,100%,.15);
|
||||||
|
--button-color-hover: hsla(0,0%,100%,.30);
|
||||||
|
--accent-color: #F44336;
|
||||||
|
--accent-color-hover: #0b3161;
|
||||||
}
|
}
|
||||||
@ -99,6 +99,10 @@ background-color: hsla(0,0%,100%,.25) !important;
|
|||||||
.FormInputHelpText-helpText-3_AVV {
|
.FormInputHelpText-helpText-3_AVV {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
.CheckInput\/primaryIsChecked\/3mVN0 {
|
||||||
|
border-color: transparent;
|
||||||
|
background-color: var(--accent-color);
|
||||||
|
}
|
||||||
|
|
||||||
/* HEADER */
|
/* HEADER */
|
||||||
|
|
||||||
@ -145,7 +149,9 @@ background-color: hsla(0,0%,100%,.25) !important;
|
|||||||
background: var(--main-bg-color) !important;
|
background: var(--main-bg-color) !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.PageSidebarItem\/isActiveItem\/bUesh {
|
||||||
|
border-left: 3px solid var(--accent-color);
|
||||||
|
}
|
||||||
|
|
||||||
.fa-search:hover {
|
.fa-search:hover {
|
||||||
color: #FFF !important;
|
color: #FFF !important;
|
||||||
@ -367,6 +373,41 @@ background-color: hsla(0,0%,100%,.25) !important;
|
|||||||
|
|
||||||
/* -------------------------LIDARR STUFF------------------------------*/
|
/* -------------------------LIDARR STUFF------------------------------*/
|
||||||
|
|
||||||
|
/* Buttons */
|
||||||
|
|
||||||
|
.Button\/default\/2uiHU {
|
||||||
|
color: #FFF;
|
||||||
|
background-color: var(--button-color);
|
||||||
|
border-color: transparent;
|
||||||
|
}
|
||||||
|
.Button\/default\/2uiHU:hover {
|
||||||
|
border-color: transparent;
|
||||||
|
background-color: var(--button-color-hover) !important;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.Button\/primary\/1F1YL {
|
||||||
|
border-color: transparent;
|
||||||
|
background-color: var(--button-color);
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.Button\/primary\/1F1YL:hover {
|
||||||
|
border-color: transparent;
|
||||||
|
background-color: var(--button-color-hover) !important;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
.Button\/success\/36KsU {
|
||||||
|
border-color: var(--button-color);
|
||||||
|
background-color: var(--button-color);
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
.Button\/success\/36KsU:hover {
|
||||||
|
border-color: var(--button-color-hover);
|
||||||
|
background-color: var(--button-color-hover);
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
.LoadingIndicator-ripple-1264V {
|
.LoadingIndicator-ripple-1264V {
|
||||||
border: 2px solid #FFFFFF;
|
border: 2px solid #FFFFFF;
|
||||||
}
|
}
|
||||||
@ -503,7 +544,7 @@ background-color: hsla(0,0%,100%,.25) !important;
|
|||||||
}
|
}
|
||||||
/*ARTIST PAGE*/
|
/*ARTIST PAGE*/
|
||||||
.ArtistIndexPoster-title-38afV {
|
.ArtistIndexPoster-title-38afV {
|
||||||
background-color: rgba(0, 0, 0, .25);
|
background-color: rgba(255, 255, 255, 0.08);
|
||||||
}
|
}
|
||||||
.ArtistDetailsSeason-albumType-3aBd- {
|
.ArtistDetailsSeason-albumType-3aBd- {
|
||||||
border: none;
|
border: none;
|
||||||
@ -664,6 +705,11 @@ background-color: hsla(0,0%,100%,.25) !important;
|
|||||||
background-color: rgba(0, 0, 0, 0.25);
|
background-color: rgba(0, 0, 0, 0.25);
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
.AlbumStudioAlbum-albumType-3QdT4, .AlbumStudioAlbum-tracks-14O0r {
|
||||||
|
padding: 0 4px;
|
||||||
|
background-color: rgba(0, 0, 0, 0.25);
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
.AlbumStudioAlbum-missingWanted-1jEbu {
|
.AlbumStudioAlbum-missingWanted-1jEbu {
|
||||||
background-color: #f05050;
|
background-color: #f05050;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -23,4 +23,9 @@
|
|||||||
--calendar-Partial: orange;
|
--calendar-Partial: orange;
|
||||||
--calendar-Unmonitored: #adadad;
|
--calendar-Unmonitored: #adadad;
|
||||||
--calendar-Missing: #f05050;
|
--calendar-Missing: #f05050;
|
||||||
|
|
||||||
|
--button-color: #cc7b19;
|
||||||
|
--button-color-hover: #e59029;
|
||||||
|
--accent-color: #e5a00d;
|
||||||
|
--accent-color-hover: #ffc107;
|
||||||
}
|
}
|
||||||
@ -23,4 +23,9 @@
|
|||||||
--calendar-Partial: orange;
|
--calendar-Partial: orange;
|
||||||
--calendar-Unmonitored: #adadad;
|
--calendar-Unmonitored: #adadad;
|
||||||
--calendar-Missing: #f05050;
|
--calendar-Missing: #f05050;
|
||||||
|
|
||||||
|
--button-color: #607D8B;
|
||||||
|
--button-color-hover: #81a6b7;
|
||||||
|
--accent-color: #607D8B;
|
||||||
|
--accent-color-hover: #81a6b7;
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user