CSS tweak

This commit is contained in:
Jos de Jong 2020-08-23 14:56:28 +02:00
parent 89eaf2f264
commit 058cf6e104
1 changed files with 4 additions and 0 deletions

View File

@ -23,6 +23,10 @@
font-size: $font-size;
color: $black;
outline: none;
&:read-only {
border: 1px solid $background-gray;
}
}
}