diff options
author | Morris Jobke <hey@morrisjobke.de> | 2018-11-19 10:19:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-19 10:19:58 +0100 |
commit | a9e7b65de85c33f121be1736acb59272c020d5b2 (patch) | |
tree | a16aae7c66fed5539303d3cca4b9ffb8e8931c35 /apps | |
parent | 367560ccd6266192c58ec357bb767b3c0cc5a7cb (diff) | |
parent | ce6e77ad7431f629fb9e507342bd36cac7350eba (diff) | |
download | nextcloud-server-a9e7b65de85c33f121be1736acb59272c020d5b2.tar.gz nextcloud-server-a9e7b65de85c33f121be1736acb59272c020d5b2.zip |
Merge pull request #12496 from nextcloud/revert-icon-theming-fix
Fix revert icon position on theming settings
Diffstat (limited to 'apps')
-rw-r--r-- | apps/theming/css/settings-admin.scss | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/theming/css/settings-admin.scss b/apps/theming/css/settings-admin.scss index f8f2a0e33ac..504760d4596 100644 --- a/apps/theming/css/settings-admin.scss +++ b/apps/theming/css/settings-admin.scss @@ -18,14 +18,16 @@ .theme-undo { position: absolute; - top: -7px; - right: 7px; + top: -7px; // input padding + right: 4px; // input right margin + border cursor: pointer; opacity: .3; padding: 7px; vertical-align: top; display: inline-block; visibility: hidden; + height: 32px; // height of input + width: 32px; // height of input } form.uploadButton { width: 411px; |