style/default/mode-line.css: make mode-line overflow:hidden
[conkeror.git] / style / default / mode-line.css
blob3ee8968ca96f95e7125b158d442dce3062d0af8b
2 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
4 .mode-line {
5 padding: 2px;
6 -moz-appearance: toolbar;
7 -moz-box-align: center;
8 overflow: hidden;
11 .mode-line label[value=""] {
12 display: none;