Skip to content
Snippets Groups Projects
Unverified Commit ce6e77ad authored by John Molakvoæ's avatar John Molakvoæ
Browse files

Fix revert icon position on theming settings

parent def8af3e
No related branches found
No related tags found
No related merge requests found
...@@ -18,14 +18,16 @@ ...@@ -18,14 +18,16 @@
.theme-undo { .theme-undo {
position: absolute; position: absolute;
top: -7px; top: -7px; // input padding
right: 7px; right: 4px; // input right margin + border
cursor: pointer; cursor: pointer;
opacity: .3; opacity: .3;
padding: 7px; padding: 7px;
vertical-align: top; vertical-align: top;
display: inline-block; display: inline-block;
visibility: hidden; visibility: hidden;
height: 32px; // height of input
width: 32px; // height of input
} }
form.uploadButton { form.uploadButton {
width: 411px; width: 411px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment