diff options
| author | Stephen Blott | 2014-10-31 12:44:58 +0000 | 
|---|---|---|
| committer | Stephen Blott | 2014-10-31 12:44:58 +0000 | 
| commit | c6531a8765932d39426dde6215b4d623460d3d56 (patch) | |
| tree | 411800b20184530b0dae50cbf71a6b03da1ed841 /pages/vomnibar.css | |
| parent | 92f177faac3a14e41c033f4bc1ae95909e90c9ce (diff) | |
| download | vimium-c6531a8765932d39426dde6215b4d623460d3d56.tar.bz2 | |
Reinstate .vomnibarIcon style.
Diffstat (limited to 'pages/vomnibar.css')
| -rw-r--r-- | pages/vomnibar.css | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/pages/vomnibar.css b/pages/vomnibar.css index 958445e6..18f1185f 100644 --- a/pages/vomnibar.css +++ b/pages/vomnibar.css @@ -85,6 +85,13 @@    padding: 2px 0;  } +#vomnibar li .vomnibarIcon { +  background-position-y: center; +  background-size: 16px; +  background-repeat: no-repeat; +  padding-left: 20px; +} +  #vomnibar li .vomnibarSource {    color: #777;    margin-right: 4px; | 
