diff options
author | Greta Doci <gretadoci@gmail.com> | 2019-09-03 15:25:17 +0200 |
---|---|---|
committer | Greta Doci <gretadoci@gmail.com> | 2019-09-03 15:25:17 +0200 |
commit | fc83ca7409eeba046bf85ca3e49bf81b46af9949 (patch) | |
tree | 025dde258efadfcedcd225a4b6c1b8fcb3fd415f /settings/css | |
parent | 650e4f9f4c44cf55c28d0e6f7be988056cc6897c (diff) | |
download | nextcloud-server-fc83ca7409eeba046bf85ca3e49bf81b46af9949.tar.gz nextcloud-server-fc83ca7409eeba046bf85ca3e49bf81b46af9949.zip |
Change the save credentials button label and the mail_settings input class
Signed-off-by: Greta Doci <gretadoci@gmail.com>
Diffstat (limited to 'settings/css')
-rw-r--r-- | settings/css/settings.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/css/settings.scss b/settings/css/settings.scss index 0c85cb1dd43..02c85b5a34f 100644 --- a/settings/css/settings.scss +++ b/settings/css/settings.scss @@ -1193,7 +1193,7 @@ table.grid td.date { text-align: right; } select:nth-child(2), - input { + input:not([type='button']) { width: 143px; } } |