mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-28 03:16:16 -04:00
css: fix default skin after all the changes made to Colibris
This commit is contained in:
parent
7fb086edbe
commit
21de2bf4a0
7 changed files with 13 additions and 8 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue