Create modal component; Change the fieldset class to remove window. Other little changes...
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
.tui-window-fieldset {
|
||||
.tui-fieldset {
|
||||
border: 6px white double;
|
||||
padding: 12px;
|
||||
background-color: inherit;
|
||||
@@ -56,6 +56,20 @@
|
||||
right: 16px;
|
||||
}
|
||||
}
|
||||
.tui-fieldset-statusbar-top {
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
left: 16px;
|
||||
color: white;
|
||||
background-color: inherit;
|
||||
z-index: 2;
|
||||
padding: 2px;
|
||||
|
||||
&.right {
|
||||
left: initial;
|
||||
right: 16px;
|
||||
}
|
||||
}
|
||||
.tui-fieldset-button::before {
|
||||
content: "[";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user