fixed dnd after css changes

This commit is contained in:
Danny Coates 2018-02-19 14:29:13 -08:00
parent 029633f3d3
commit ad77fc20c6
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
6 changed files with 15 additions and 14 deletions

View file

@ -69,6 +69,10 @@ a {
border-radius: 5px;
}
.btn:hover {
background-color: var(--primaryControlHoverColor);
}
.btn--cancel {
color: var(--errorColor);
background: var(--pageBGColor);
@ -83,6 +87,10 @@ a {
cursor: auto;
}
.btn--cancel:hover {
background-color: var(--pageBGColor);
}
.input {
flex: 2 0 auto;
border: 1px solid var(--primaryControlBGColor);