summaryrefslogtreecommitdiffstats
path: root/.conkerorrc/themes/yoshi/hints--url-panel.css
blob: 143f3c1db86d640ffd13ea059ae5e25274ca2648 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

.panel {
  border-top: 4px double #333333;
  color: white;
  background-color: black;
}

.panel .panel-row-label {
  font-weight: bold;
}

.panel .url-panel-label {
  font-weight: bold;
}