Colour changes, removed borders... simplified

This commit is contained in:
g 2020-09-15 16:30:30 +02:00
commit dd75d5e9fd
11 changed files with 54 additions and 49 deletions

View file

@ -1,6 +1,6 @@
#root .borderedControl {
background-color: transparent;
border: 1px solid #e6e6e6; //#dadce1;
border: none;
box-shadow: none;
transition: .2s ease all;
border-radius: 3px;