Field setup wizard for new list - addresses 1st line of #510
Bugfixes to address #511
This commit is contained in:
parent
de55870561
commit
b26f5008da
10 changed files with 144 additions and 59 deletions
|
@ -1,3 +1,5 @@
|
|||
@import "../../static/scss/variables";
|
||||
|
||||
.form { // This is here to give the styles below higher priority than Bootstrap has
|
||||
:global .DayPicker {
|
||||
border-left: 1px solid lightgray;
|
||||
|
@ -148,7 +150,8 @@
|
|||
}
|
||||
|
||||
.iconDisabled {
|
||||
color: #bf3e11;
|
||||
color: $link-color;
|
||||
text-decoration: $link-decoration;
|
||||
}
|
||||
|
||||
.dependenciesList {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue