nextcloud/apps/theming/css/settings-admin.css

29 lines
364 B
CSS
Raw Normal View History

#theming input {
width: 17em;
}
2016-06-09 22:46:30 +03:00
#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;
}
div#theming_settings_msg {
margin-left: 10px;
}