mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 19:38:20 -07:00
23 lines
399 B
CSS
23 lines
399 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-top: 2em;
|
|
}
|
|
|
|
.directoryPicker paper-item {
|
|
min-height: 36px;
|
|
border-bottom: 1px solid #eee;
|
|
outline: none;
|
|
cursor: pointer;
|
|
} |