diff options
author | Julius Härtl <jus@bitgrid.net> | 2017-04-28 18:23:15 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2017-04-29 00:40:15 -0300 |
commit | 6e215a0874f6a8c6865528c02b3a3d5d8ced5b07 (patch) | |
tree | 6e95716e3ade992782abf9070ef974446e76d3a2 /apps/theming/css | |
parent | b436e43d686053fbb2ca5fa56c3f256775ba0f18 (diff) | |
download | nextcloud-server-6e215a0874f6a8c6865528c02b3a3d5d8ced5b07.tar.gz nextcloud-server-6e215a0874f6a8c6865528c02b3a3d5d8ced5b07.zip |
Code cleanup and preview for undo actions
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'apps/theming/css')
-rw-r--r-- | apps/theming/css/settings-admin.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/apps/theming/css/settings-admin.css b/apps/theming/css/settings-admin.css index 8d1e19cc43c..8cc3f0dfe14 100644 --- a/apps/theming/css/settings-admin.css +++ b/apps/theming/css/settings-admin.css @@ -1,5 +1,10 @@ #theming input { - width: 17em; + width: 230px; +} + +#theming input:focus, +#theming input:active { + padding-right: 30px; } #theming .upload-logo-field { |