mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
9 lines
180 B
CSS
9 lines
180 B
CSS
.uploadframe {
|
|
box-shadow: @upload-frame-box-shadow;
|
|
border-top: @upload-frame-border-top;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.uploadframe .title > span {
|
|
padding: 0px 0 0 3px;
|
|
} |