Ombi/PlexRequests.UI/Content/custom.css
2016-03-04 13:19:17 +00:00

20 lines
342 B
CSS

@media (min-width: 768px ) {
.row {
position: relative;
}
.bottom-align-text {
position: absolute;
bottom: 0;
right: 0;
}
}
.multiSelect {
background-color: #4e5d6c;
}
.form-control-custom {
background-color: #4e5d6c !important;
color: white !important;
}