Browse Source

lidarr: fixed import artist selector

pull/11/head
gilbN 6 years ago
parent
commit
7bcc87d45c
  1. 24
      CSS/themes/orgarr-plex.css

24
CSS/themes/orgarr-plex.css

@ -1167,14 +1167,22 @@ text-decoration: none;
background-color: rgb(30, 30, 30); background-color: rgb(30, 30, 30);
} }
/* IMPORT ARTIST */ /* IMPORT ARTIST */
.ImportArtistSelectArtist-content-15Mcv { .ImportArtistSelectArtist-content-qicZY {
background-color: #1e1e1e; background-color: #1e1e1e;
color: #FFF; color: #FFF;
} border: 1px solid #00000000;
.ImportArtistSelectArtist-searchIconContainer-27n_z { }
background-color: #656565; .ImportArtistSelectArtist-button-1zPPw {
border-color: transparent; border: 1px solid #00000000;
} background-color: #1f1f1f;
}
.ImportArtistSelectArtist-searchIconContainer-3YJva {
background-color: rgba(0, 0, 0, .25);
border-color: transparent;
}
.ImportArtistSearchResult-artist-11vxQ:hover {
background-color: rgba(255, 255, 255, 0.08);
}
.Button-default-1X0nf { .Button-default-1X0nf {
color: #FFF; color: #FFF;

Loading…
Cancel
Save