diff options
author | teramako | 2011-03-26 19:01:34 +0900 |
---|---|---|
committer | teramako | 2011-03-26 19:01:34 +0900 |
commit | 6644aa2766feff6229444fe963215e93fd337838 (patch) | |
tree | e258c828e2a26c5e7b49827ffa6fe72cc1a15d8d /statusline-toolbar.js | |
parent | bad1a6955577c3bfc50248d908750bd9a7d51f6a (diff) | |
download | vimperator-plugins-6644aa2766feff6229444fe963215e93fd337838.tar.bz2 |
add status-bar style
Diffstat (limited to 'statusline-toolbar.js')
-rw-r--r-- | statusline-toolbar.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/statusline-toolbar.js b/statusline-toolbar.js index b4d2e53..27516fd 100644 --- a/statusline-toolbar.js +++ b/statusline-toolbar.js @@ -48,6 +48,7 @@ var css = <css><![CDATA[ #liberator-customize-toolbar > :-moz-any(image, toolbarbutton) { max-height: 16px; } #liberator-customize-toolbar .statusbar-resizerpanel { display: none; } #liberator-customize-toolbar toolbarbutton { padding: 0 !important; } + #status-bar { background-color: transparent !important; } ]]></css>.trim(); function $(id) document.getElementById(id); |