mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-20 06:29:53 +01:00
Style select (useful for plugins)
This commit is contained in:
parent
750b9d44df
commit
19cf43d0a3
1 changed files with 8 additions and 0 deletions
|
@ -148,6 +148,14 @@ a img {
|
|||
background: -ms-linear-gradient(#EEE, #F0F0F0) !important;
|
||||
background: linear-gradient(#EEE, #F0F0F0) !important;
|
||||
}
|
||||
.toolbar ul li select {
|
||||
padding: 4px;
|
||||
line-height: 22px; /* fix for safari (win/mac) */
|
||||
height: 28px; /* fix for chrome (mac) */
|
||||
border-radius: 3px;
|
||||
border: 1px solid #ccc;
|
||||
outline: none;
|
||||
}
|
||||
#users {
|
||||
display: none
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue