1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-29 09:52:37 +01:00

Turn favicons back on. Don't let the completion list jump. Move some stuff to vimperator.css.

This commit is contained in:
Kris Maglione
2008-10-05 05:10:15 +00:00
parent e5bce7c63c
commit 49e7229830
3 changed files with 52 additions and 33 deletions

View File

@@ -26,6 +26,18 @@ the provisions above, a recipient may use your version of this file under
the terms of any one of the MPL, the GPL or the LGPL.
}}} ***** END LICENSE BLOCK *****/
@-moz-document
url-prefix(chrome://vimperator/),
url-prefix(chrome://muttator/) {
.compitem[selected=true] { background-color: yellow; }
.compitem .favicon { width: 16px; }
.compitem .favicon img { width: 16px; height: 16px; }
.compitem .completion { width: 45%; overflow: hidden; }
.compitem .description { color: gray; }
}
@-moz-document
url-prefix(chrome://vimperator/),
url-prefix(chrome://muttator/),
@@ -50,10 +62,6 @@ the terms of any one of the MPL, the GPL or the LGPL.
color: HighlightText !important;
}
/*.liberator-compitem {
min-height: 16px;
}*/
/* fixes the min-height: 22px from firefox */
#status-bar, statusbarpanel {
-moz-appearance: none !important;