jellyfin-web/dashboard-ui/components/directorybrowser/directorybrowser.css
2016-09-24 13:58:17 -04:00

16 lines
274 B
CSS

#ulDirectoryPickerList a {
padding-top: .4em;
padding-bottom: .4em;
}
.lblDirectoryPickerPath {
white-space: nowrap;
}
.directoryPickerHeadline {
color: #000;
background: #fff3a5;
padding: 1em;
border-radius: 5px;
margin-bottom: 1.5em;
}