summaryrefslogtreecommitdiff
path: root/xpi/content/css/winaero/menubarextra.css
blob: df86129c6b5eac4e1299685c767b854eb7e6e441 (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
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

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

	@media all and (-moz-windows-theme:aero) {
	  #main-window:not([tabsintitlebar])[tabsontop='false'] #toolbar-menubar:not([inactive="true"]),
      #main-window:not([tabsintitlebar])[tabsontop='false'] #toolbar-menubar[autohide="false"] {
		background: #e9f2fa !important;
	  }
	}
	
	@media not all and (-moz-windows-theme:aero) {
	  #main-window:not([tabsintitlebar])[tabsontop='false'] #toolbar-menubar:not([inactive="true"]),
      #main-window:not([tabsintitlebar])[tabsontop='false'] #toolbar-menubar[autohide="false"],
      #main-window:not([tabsintitlebar])[tabsontop='false'] #toolbar-menubar:not([inactive="true"]) ~ * ~ #nav-bar,
	  #main-window:not([tabsintitlebar])[tabsontop='false'] #toolbar-menubar[autohide="false"] ~ * ~ #nav-bar {
	    background: -moz-Dialog !important;
	  }
	}

	#main-window:not([tabsintitlebar])[tabsontop='false'] #toolbar-menubar:not([inactive="true"]),
    #main-window:not([tabsintitlebar])[tabsontop='false'] #toolbar-menubar[autohide="false"] {
	  border-top-left-radius: 2px !important;
	  border-top-right-radius: 2px !important;
	  box-shadow: none !important;
	}
  
    #main-window:not([tabsintitlebar])[tabsontop='false'] #toolbar-menubar:not([inactive="true"]) ~ * ~ #nav-bar,
	#main-window:not([tabsintitlebar])[tabsontop='false'] #toolbar-menubar[autohide="false"] ~ * ~ #nav-bar {
	  border-top:0px !important;
	  border-top-left-radius: 0px !important;
	  border-top-right-radius: 0px !important;
	  box-shadow: none !important;
	}

	#main-window:not([tabsintitlebar])[tabsontop='false'] #main-menubar {
	  background:none !important;
	}

	@media all and (-moz-windows-glass) {
	
	  #main-window:not([tabsintitlebar])[tabsontop='false'][sizemode="normal"] #toolbar-menubar:not([inactive="true"]),
      #main-window:not([tabsintitlebar])[tabsontop='false'][sizemode="normal"] #toolbar-menubar[autohide="false"] {
		border-left: 1px solid hsla(209,67%,12%,0.35) !important;
		border-right: 1px solid hsla(209,67%,12%,0.35) !important;
	  }
	  #main-window:not([tabsintitlebar])[tabsontop='false'] #toolbar-menubar:not([inactive="true"]),
      #main-window:not([tabsintitlebar])[tabsontop='false'] #toolbar-menubar[autohide="false"] {
		border-top: 1px solid hsla(209,67%,12%,0.35) !important;
		background-clip: padding-box !important;
	  }
	  #main-window[sizemode=normal]:not([tabsintitlebar])[tabsontop='false'] #navigator-toolbox #TabsToolbar {
		border-left: 1px solid hsla(209,67%,12%,0.35) !important;
		border-right: 1px solid hsla(209,67%,12%,0.35) !important;
		background-clip: padding-box !important;
	  }

	}

}