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
bfca9fbf11
commit
4dd8c4b538
|
@ -58,12 +58,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;
|
||||
|
@ -83,11 +77,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 New Issue