Fixes
This commit is contained in:
@@ -1,15 +1,19 @@
|
||||
.tui-border-solid {
|
||||
border: 2px solid !important;
|
||||
border-style: solid !important;
|
||||
border-width: 2px !important;
|
||||
}
|
||||
|
||||
.tui-border-dashed {
|
||||
border: 2px dashed !important;
|
||||
border-style: dashed !important;
|
||||
border-width: 2px !important;
|
||||
}
|
||||
|
||||
.tui-border-dotted {
|
||||
border: 2px dotted !important;
|
||||
border-style: dotted !important;
|
||||
border-width: 2px !important;
|
||||
}
|
||||
|
||||
.tui-border-double {
|
||||
border: 6px double !important;
|
||||
border-style: double !important;
|
||||
border-width: 6px !important;
|
||||
}
|
||||
@@ -16,14 +16,14 @@
|
||||
padding: 5px;
|
||||
background-color: inherit;
|
||||
}
|
||||
.tui-input-fieldset legend {
|
||||
color: white;
|
||||
}
|
||||
.tui-input-fieldset:hover {
|
||||
border-color: yellow!important;
|
||||
border-color: yellow;
|
||||
}
|
||||
.tui-input-fieldset:hover legend {
|
||||
color: yellow!important;
|
||||
}
|
||||
.tui-border-solid {
|
||||
border: 2px white solid;
|
||||
color: yellow;
|
||||
}
|
||||
.tui-fieldset-button {
|
||||
position: absolute;
|
||||
@@ -41,8 +41,12 @@
|
||||
right: initial;
|
||||
left: 16px !important;
|
||||
}
|
||||
&.bottom {
|
||||
bottom: 0px;
|
||||
top: initial;
|
||||
}
|
||||
}
|
||||
.tui-fieldset-statusbar {
|
||||
.tui-fieldset-text {
|
||||
position: absolute;
|
||||
bottom: 0px;
|
||||
left: 16px;
|
||||
@@ -55,19 +59,9 @@
|
||||
left: initial;
|
||||
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;
|
||||
&.top {
|
||||
top: 0px;
|
||||
bottom: initial;
|
||||
}
|
||||
}
|
||||
.tui-fieldset-button::before {
|
||||
|
||||
Reference in New Issue
Block a user