Browse Source

lidarr: modal close hover fix

pull/15/head
gilbN 6 years ago
parent
commit
cf69d17251
  1. 3
      CSS/themes/lidarr/lidarr-base.css

3
CSS/themes/lidarr/lidarr-base.css

@ -375,6 +375,9 @@ background-color: hsla(0,0%,100%,.25) !important;
background-color: #323232; background-color: #323232;
color: #FFF; color: #FFF;
} }
.ModalContent-closeButton-37Puk:hover {
color: #fff;
}
.ModalFooter-modalFooter-3izCM a:first-child, .ModalFooter-modalFooter-3izCM button:first-child { .ModalFooter-modalFooter-3izCM a:first-child, .ModalFooter-modalFooter-3izCM button:first-child {
background-color: #656565 !important; background-color: #656565 !important;
border-color: transparent; border-color: transparent;

Loading…
Cancel
Save