mirror of
https://github.com/nextcloud/server.git
synced 2026-02-19 02:38:40 -05:00
24 lines
311 B
CSS
24 lines
311 B
CSS
#theming input {
|
|
width: 17em;
|
|
}
|
|
|
|
#theming .upload-logo-field {
|
|
display: none;
|
|
}
|
|
|
|
#theming .theme-undo {
|
|
cursor: pointer;
|
|
}
|
|
|
|
#theming .icon {
|
|
display: inline-block;
|
|
}
|
|
|
|
#theming .theming-label {
|
|
min-width: 6em;
|
|
display: inline-block;
|
|
}
|
|
|
|
#theming .icon-upload {
|
|
display: inline-flex;
|
|
}
|