summaryrefslogtreecommitdiff
path: root/xpi/content/css/mac/tabsontop_offextra.css
blob: 4fa0cc2db1660f06d9e1d1bd825e0c481e9533ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

/*@-moz-document url(chrome://browser/content/browser.xul){*/

	#main-window[tabsintitlebar] #titlebar{
	  padding-top: 0px !important;
	  padding-bottom: 24px !important;
	}
	
	#main-window[chromehidden~="toolbar"][chromehidden~="directories"]:-moz-lwtheme #titlebar{
	  margin-bottom: 0px !important;
	}

	#main-window[inFullscreen]:not(:-moz-lwtheme) #TabsToolbar {
	  padding-top:0px !important;
	}
	
	#TabsToolbar,
	#TabsToolbar:not(:-moz-lwtheme),
	#main-window[tabsintitlebar][sizemode="normal"] #toolbar-menubar[autohide="true"][inactive="true"]:not([customizing="true"]) ~ #TabsToolbar{
	  -moz-appearance: none !important;
	}

	#main-window:not([tabsintitlebar])[sizemode="normal"]  #TabsToolbar,
	#main-window[tabsintitlebar][sizemode="normal"]  #TabsToolbar{
	  margin-left: 0px !important;
	}
	.tabbrowser-tabs{
	  margin-top: -1px !important;
	  margin-bottom: 1px !important;
	}
	#TabsToolbar #ctraddon_appbutton{
	  margin-top: 0px !important;
	  margin-bottom: 1px !important;
	}
	
	#main-window[defaultfxtheme="true"] #TabsToolbar:not(:-moz-lwtheme){
	  background: #d2d2d2 !important;
	}
	
	#main-window[defaultfxtheme="true"] #titlebar:not(:-moz-lwtheme){
	  -moz-appearance:none !important;
	  background-image: linear-gradient(to bottom, #eeeeee, #ececec) !important;
	}
	#main-window[defaultfxtheme="true"] #nav-bar:not(:-moz-lwtheme) {
	  box-shadow: none !important;
	}
	
	#main-window[defaultfxtheme="true"] #navigator-toolbox #nav-bar:not(:-moz-lwtheme) {
	  border-top: none !important;
	}
	
	#main-window:not([tabsintitlebar])[sizemode="normal"][defaultfxtheme="true"][tabsontop="false"] #nav-bar:not(:-moz-lwtheme) {
	  background-image: linear-gradient(to bottom, #d6d6d6, #d2d2d2) !important;
	}
	#main-window:not([tabsintitlebar])[sizemode="normal"][defaultfxtheme="true"][tabsontop="false"]:-moz-window-inactive  #nav-bar:not(:-moz-lwtheme) {
	  background-image: linear-gradient(to bottom, #eeeeee, #d6d6d6, #d2d2d2) !important;
	}
	
	#main-window[tabsontop="false"]:-moz-lwtheme #navigator-toolbox toolbar {
	  background:none !important
	}
	
	#main-window[defaultfxtheme="true"][tabsintitlebar][sizemode="normal"][tabsontop="false"] #titlebar-content{
	  margin-top: -8px !important;
	  padding-bottom: 4px !important;
	}
	
/*}*/