css: fix default skin after all the changes made to Colibris

This commit is contained in:
Sebastian Castro 2020-04-09 08:40:49 +02:00 committed by muxator
parent 7fb086edbe
commit 21de2bf4a0
7 changed files with 13 additions and 8 deletions

View file

@ -24,12 +24,13 @@ html,
}
select {
padding: 2px;
padding: 3px;
border-radius: 3px;
border: 1px solid #ccc;
outline: none;
width: 120px;
cursor: pointer;
background-color: white;
}
.clear {