jellyfin-web/dashboard-ui/components/directorybrowser/directorybrowser.css

23 lines
399 B
CSS
Raw Normal View History

2016-07-24 11:25:32 -07:00
#ulDirectoryPickerList a {
padding-top: .4em;
padding-bottom: .4em;
}
.lblDirectoryPickerPath {
white-space: nowrap;
}
.directoryPickerHeadline {
color: #000;
background: #fff3a5;
padding: 1em;
border-radius: 5px;
margin-top: 2em;
}
.directoryPicker paper-item {
min-height: 36px;
border-bottom: 1px solid #eee;
outline: none;
cursor: pointer;
}