Browse Source

The typeahead input should not be in smallcaps (I think)

master
Sébastien Lucas 10 years ago
parent
commit
b11dece17f
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      templates/default/styles/style-eink.css

+ 5
- 0
templates/default/styles/style-eink.css View File

@@ -22,6 +22,11 @@ header {
letter-spacing: 2px;
}

#tool input[type=text], .twitter-typeahead
{
font-variant: normal;
}

.hicon, .footcenter, .submit, .fullclickpopup{
color:black;
}


Loading…
Cancel
Save