mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-11-06 03:01:11 +01:00
Style select (useful for plugins)
This commit is contained in:
parent
750b9d44df
commit
19cf43d0a3
@ -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…
x
Reference in New Issue
Block a user