new-tabs: fix bug in tab_bar_kill_buffer
[conkeror.git] / style / default / new-tabs.css
blob315e862d6c5d4c26594a877febf89e96a0011c51
2 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
4 #tab2-bar {
5 border-bottom: 1px solid threedshadow;
8 .tab2 {
9 -moz-appearance: tab;
10 -moz-box-align: center;
11 min-width: 200px;
12 max-width: 300px;
15 .tab2-label {
16 -moz-box-flex: 100;
17 margin-left: 4px;
18 padding-top: 1px;
19 font: 11px Sans;
22 .tab2-index {
23 padding: 0px 2px 0px 3px;
24 font: 900 11px Sans;
25 text-align: center;
28 .tab2-icon {
29 width: 16px;
30 height: 16px;
31 -moz-margin-start: 4px;
32 -moz-margin-end: 3px;