Skip to content
Snippets Groups Projects
Unverified Commit 2be8930c authored by Morris Jobke's avatar Morris Jobke Committed by GitHub
Browse files

Merge pull request #12539 from nextcloud/fix-redirect-design

Fix redirect page design details
parents c9af3986 256f989a
No related branches found
No related tags found
No related merge requests found
...@@ -202,6 +202,7 @@ input[type='submit'], ...@@ -202,6 +202,7 @@ input[type='submit'],
input[type='submit'].icon-confirm, input[type='submit'].icon-confirm,
input[type='button'], input[type='button'],
button, button,
a.button,
.button, .button,
select { select {
display: inline-block; display: inline-block;
...@@ -607,6 +608,7 @@ form #selectDbType label.ui-state-active { ...@@ -607,6 +608,7 @@ form #selectDbType label.ui-state-active {
.warning h2, .warning h2,
.update h2, .update h2,
.error h2 { .error h2 {
color: #fff;
text-align: center; text-align: center;
} }
......
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