Merge pull request #12539 from nextcloud/fix-redirect-design
Fix redirect page design details
This commit is contained in:
commit
2be8930cdf
|
@ -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 {
|
||||||
.warning h2,
|
.warning h2,
|
||||||
.update h2,
|
.update h2,
|
||||||
.error h2 {
|
.error h2 {
|
||||||
|
color: #fff;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue