mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Remove ignored rules
The removed rules were either always overriden by other rules or never used due to not matching any element. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
This commit is contained in:
parent
bb865a55fe
commit
33c4a674a2
1 changed files with 0 additions and 11 deletions
|
|
@ -60,12 +60,6 @@ form.uploadButton {
|
|||
vertical-align: top;
|
||||
}
|
||||
|
||||
#theming .icon-loading-small {
|
||||
display: inline-flex;
|
||||
padding: 8px;
|
||||
margin: 2px 0px;
|
||||
}
|
||||
|
||||
#theming .icon-upload,
|
||||
#theming .icon-loading-small {
|
||||
padding: 8px 20px;
|
||||
|
|
@ -85,11 +79,6 @@ form.uploadButton {
|
|||
padding: 0;
|
||||
margin-right: 10px;
|
||||
}
|
||||
div#theming_settings_msg {
|
||||
margin: 8px;
|
||||
margin-left:20px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
#theming-preview-logo {
|
||||
cursor: pointer;
|
||||
|
|
|
|||
Loading…
Reference in a new issue