mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-28 03:16:16 -04:00
css: introduce css variables in Colibris skin
This commit is contained in:
parent
a89503a4dd
commit
99d9752b0a
18 changed files with 158 additions and 164 deletions
|
@ -23,6 +23,14 @@ html,
|
|||
font-family: Cantarell, Roboto, "Open Sans", "Helvetica Neue", Arial, sans-serif;
|
||||
}
|
||||
|
||||
select {
|
||||
padding: 2px;
|
||||
border-radius: 3px;
|
||||
border: 1px solid #ccc;
|
||||
outline: none;
|
||||
width: 120px;
|
||||
}
|
||||
|
||||
.clear {
|
||||
clear: both
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue