diff options
| author | 2011-05-28 00:50:29 +0200 | |
|---|---|---|
| committer | 2011-05-28 00:50:29 +0200 | |
| commit | 43bc71ce6dab125ce96cba78f717e20cd464f140 (patch) | |
| tree | 207e27389b1f3a2e180161b8cfc71e9cd97d98d9 /conkeror/themes/blackened/minibuffer.css | |
| parent | 7ab36e478a92b63d3e64a03efb8bd49c1c1ac2b0 (diff) | |
| download | dotfiles-43bc71ce6dab125ce96cba78f717e20cd464f140.tar.gz dotfiles-43bc71ce6dab125ce96cba78f717e20cd464f140.zip | |
CONKEROR: Naquadah theme, emacswiki webjump
Changed the blackened theme to make it look more like the naquadah
theme for emacs and added an emacswiki webjump
Diffstat (limited to 'conkeror/themes/blackened/minibuffer.css')
| -rw-r--r-- | conkeror/themes/blackened/minibuffer.css | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/conkeror/themes/blackened/minibuffer.css b/conkeror/themes/blackened/minibuffer.css deleted file mode 100644 index 5f13391..0000000 --- a/conkeror/themes/blackened/minibuffer.css +++ /dev/null @@ -1,44 +0,0 @@ - -@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); - -#minibuffer { - background-color: #000; - border: 1px solid #444; - border-top: 0; - color: white; - font: 11px Tahoma; -} - -/* Completions display */ - -tree.completions treechildren { border: none !important; } - -tree.completions treecol { -moz-binding: none !important; } -tree.completions { - -moz-appearance: none !important; - border: 0px none !important; - border-top: 4px double #333333 !important; - background-color: black !important; - -moz-border-top-colors: -moz-initial !important; - color: white !important; -} - -tree.completions treechildren::-moz-tree-row { - background-color: black !important; - border: none; -} - -tree.completions treechildren::-moz-tree-row(current) { - background-color: blue !important; - color: white; -} - -tree.completions treechildren::-moz-tree-cell-text(completion-description) { - color: green !important; - font-weight: bold !important; -} - -tree.completions treechildren::-moz-tree-cell-text(current) { - color: white !important; -} - |
