walnut: assert_null function
[conkeror.git] / style / tab2-bar.css
blob845724ffa1e91adf800225e3849511a872caf8ca
2 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
4 #tab2-bar {
5 background: #ccc;
8 .tab2 {
9 margin: 2px 0px 0px 2px;
10 padding: 0px;
11 height: 19px;
12 border: 1px solid #ccc;
13 background: #eee;
14 min-width: 200px;
15 max-width: 300px;
16 overflow: hidden; /* Chops end of label */
19 .tab2-label {
20 margin-left: 4px;
21 padding-top: 1px;
22 color: #000;
23 font: 11px Tahoma;
26 .tab2-icon {
27 margin: 0px !important;
28 height: 16px;
29 width: 16px;
30 padding-top: 2px;
31 background: #555;
32 color: white;
33 font: 900 11px Tahoma;
34 text-align: center;
37 .tab2[selected=true] .tab2-icon {
38 background: #252525;
41 .tab2[selected=true] {
42 border: 1px solid black;