Skip to content

Commit

Permalink
Merge pull request #35683 from nextcloud/backport/35660/stable25
Browse files Browse the repository at this point in the history
[stable25] Increase default global input field border contrast
  • Loading branch information
Pytal committed Dec 13, 2022
2 parents 36e217a + 370ad6d commit d76d87f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/css/inputs.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/css/inputs.scss
Expand Up @@ -209,7 +209,7 @@ textarea {
font-size: var(--default-font-size);
background-color: var(--color-main-background);
color: var(--color-main-text);
border: 2px solid var(--color-border-dark);
border: 2px solid var(--color-border-maxcontrast);
height: 36px;
outline: none;
border-radius: var(--border-radius-large);
Expand Down
2 changes: 1 addition & 1 deletion core/css/server.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d76d87f

Please sign in to comment.