aboutsummaryrefslogtreecommitdiff
path: root/conkeror/theme/mode-line.css
blob: cec5771913f47a2016d64147113cc0d251049659 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

.mode-line {
	color: white;
	padding: 2px;
	background: #595959;
	border-top: 3px solid #285577;
	-moz-box-align: center;
	overflow: hidden;
}

.mode-line label[value=""] {
  display: none;
}