mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-28 03:16:16 -04:00
css: style select with nice-select library
This commit is contained in:
parent
21de2bf4a0
commit
ce1e9672f9
9 changed files with 422 additions and 15 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue