Apply some css love to the light theme I2P tunnel dropdowns. Insert flags

into Chinese readme.
This commit is contained in:
z3d
2009-07-16 17:16:32 +00:00
parent e6738053b2
commit 7f93cb22ce
2 changed files with 18 additions and 1 deletions

View File

@ -228,4 +228,14 @@ hr {
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
}
select {
background-color: #fff;
color: #001;
margin: 6px 2px 0 2px;
font-family: "Lucida Sans Unicode", Verdana, Tahoma, Helvetica, sans-serif;
border: 1px solid #99f;
padding: 2px;
height: 22px;
}