mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 11:28:23 -07:00
16 lines
269 B
CSS
16 lines
269 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;
|
|
} |