mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 00:16:15 -04: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: -ms-linear-gradient(#EEE, #F0F0F0) !important;
|
||||||
background: 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 {
|
#users {
|
||||||
display: none
|
display: none
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue