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