mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-11-08 12:10:59 +01:00
Add def. bg to <select> and remove useless style
This commit is contained in:
parent
a40475666c
commit
185a3bface
@ -80,10 +80,6 @@ a img {
|
|||||||
.toolbar ul li a:hover {
|
.toolbar ul li a:hover {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
.toolbar ul li a span {
|
|
||||||
position: relative;
|
|
||||||
top: -2px;
|
|
||||||
}
|
|
||||||
.toolbar ul li a:hover {
|
.toolbar ul li a:hover {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
background: -webkit-linear-gradient(#f4f4f4, #e4e4e4);
|
background: -webkit-linear-gradient(#f4f4f4, #e4e4e4);
|
||||||
@ -148,6 +144,7 @@ a img {
|
|||||||
background: linear-gradient(#EEE, #F0F0F0) !important;
|
background: linear-gradient(#EEE, #F0F0F0) !important;
|
||||||
}
|
}
|
||||||
.toolbar ul li select {
|
.toolbar ul li select {
|
||||||
|
background: #fff;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
line-height: 22px; /* fix for safari (win/mac) */
|
line-height: 22px; /* fix for safari (win/mac) */
|
||||||
height: 28px; /* fix for chrome (mac) */
|
height: 28px; /* fix for chrome (mac) */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user