css: style select with nice-select library

This commit is contained in:
Sebastian Castro 2020-04-14 09:27:13 +02:00 committed by muxator
parent 21de2bf4a0
commit ce1e9672f9
9 changed files with 422 additions and 15 deletions

View file

@ -11,6 +11,7 @@
@import url("pad/chat.css");
@import url("pad/gritter.css");
@import url("pad/loadingbox.css");
@import url("pad/form.css");
html {
font-size: 14px;
@ -23,16 +24,6 @@ html,
font-family: Cantarell, Roboto, "Open Sans", "Helvetica Neue", Arial, sans-serif;
}
select {
padding: 3px;
border-radius: 3px;
border: 1px solid #ccc;
outline: none;
width: 120px;
cursor: pointer;
background-color: white;
}
.clear {
clear: both
}