Fixed modal header border radius
This commit is contained in:
parent
543c1f8ebb
commit
f037831f83
1 changed files with 5 additions and 1 deletions
|
|
@ -233,7 +233,11 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.uk-modal-footer {
|
.uk-modal-footer {
|
||||||
border-radius: @paper-border-radius;
|
border-radius: 0 0 @paper-border-radius @paper-border-radius;
|
||||||
|
}
|
||||||
|
|
||||||
|
.uk-modal-header {
|
||||||
|
border-radius: @paper-border-radius @paper-border-radius 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue