parent
7556b39b43
commit
7341c01e6e
@ -885,9 +885,17 @@ article form p .recurrence-widget {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
border: 0;
|
border: 0;
|
||||||
|
|
||||||
|
.panel {
|
||||||
|
@extend article;
|
||||||
|
.header {
|
||||||
|
@extend header;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.header a, .add-button {
|
.header a, .add-button {
|
||||||
@extend [role="button"];
|
@extend [role="button"];
|
||||||
border-color: var(--primary) !important;
|
border-color: var(--primary) !important;
|
||||||
|
color: var(--primary-inverse) !important;
|
||||||
margin-right: var(--nav-element-spacing-horizontal);
|
margin-right: var(--nav-element-spacing-horizontal);
|
||||||
span {
|
span {
|
||||||
color: var(--primary-inverse);
|
color: var(--primary-inverse);
|
||||||
@ -924,6 +932,13 @@ article form p .recurrence-widget {
|
|||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
form {
|
||||||
|
border: 0;
|
||||||
|
input.radio, input.checkbox {
|
||||||
|
width: 1.2em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.limit, .monthday {
|
.limit, .monthday {
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
@ -940,6 +955,7 @@ article form p .recurrence-widget {
|
|||||||
}
|
}
|
||||||
|
|
||||||
table.grid {
|
table.grid {
|
||||||
|
border: 0;
|
||||||
td {
|
td {
|
||||||
@extend [role="button"];
|
@extend [role="button"];
|
||||||
background: transparent;
|
background: transparent;
|
||||||
|
Loading…
Reference in New Issue
Block a user