fix datepicker ui when in settings-list
This commit is contained in:
parent
6f49895d31
commit
809e28c69d
1 changed files with 9 additions and 5 deletions
|
@ -6683,20 +6683,20 @@ output {
|
||||||
color: hsl(199,19%,80%);
|
color: hsl(199,19%,80%);
|
||||||
text-decoration: line-through;
|
text-decoration: line-through;
|
||||||
}
|
}
|
||||||
|
|
||||||
thead th:first-child {
|
& > thead > tr > th:first-child {
|
||||||
border-top-left-radius: 4px;
|
border-top-left-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
thead th:last-child {
|
& > thead > tr > th:last-child {
|
||||||
border-top-right-radius: 4px;
|
border-top-right-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
tbody tr:last-child td:first-child {
|
& > tbody > tr:last-child > td:first-child {
|
||||||
border-bottom-left-radius: 4px;
|
border-bottom-left-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
tbody tr:last-child td:last-child {
|
& > tbody > tr:last-child > td:last-child {
|
||||||
border-bottom-right-radius: 4px;
|
border-bottom-right-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -6992,9 +6992,13 @@ output {
|
||||||
|
|
||||||
.datepicker-switch {
|
.datepicker-switch {
|
||||||
padding: 12px 0;
|
padding: 12px 0;
|
||||||
|
font-weight: bold;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
letter-spacing: 0;
|
||||||
|
line-height: 1.5;
|
||||||
|
text-transform: none;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background: hsl(240,10%,14%);
|
background: hsl(240,10%,14%);
|
||||||
|
|
Loading…
Reference in a new issue