#navigator-toolbox > toolbar:not(:-moz-lwtheme) {
}
-#main-window[tabsintitlebar]:not([inFullscreen]) #toolbar-menubar[inactive] ~ #TabsToolbar:not(:-moz-lwtheme) {
+#main-window[tabsintitlebar][sizemode="maximized"] #toolbar-menubar[inactive] ~ #TabsToolbar:not(:-moz-lwtheme) {
/* like menubar */
background-color: #6000CF;
color: #FF9F00;
}
-#main-window[tabsintitlebar]:not([inFullscreen]) #toolbar-menubar[inactive] ~ #TabsToolbar:not(:-moz-lwtheme):-moz-window-inactive {
+#main-window[tabsintitlebar][sizemode="maximized"] #toolbar-menubar[inactive] ~ #TabsToolbar:not(:-moz-lwtheme):-moz-window-inactive {
background-color: #8050B0;
color: #FF9F00;
}
-#main-window[tabsintitlebar]:not([inFullscreen]) #toolbar-menubar[inactive] ~ #TabsToolbar > .tabbrowser-tabs > .tabbrowser-tab {
+#main-window[tabsintitlebar][sizemode="maximized"] #toolbar-menubar[inactive] ~ #TabsToolbar > .tabbrowser-tabs > .tabbrowser-tab {
padding-top: 3px;
}
#nav-bar[tabsontop="true"][collapsed="true"]:not([customizing]) + toolbar,
#nav-bar[tabsontop="true"][collapsed="true"]:not([customizing]) + #customToolbars + #PersonalToolbar {
/* background-image: linear-gradient(@toolbarHighlight@, rgba(255,255,255,0)); */
+ /* Position the toolbar above the bottom of background tabs */
+ position: relative;
+ z-index: 1;
}
#personal-bookmarks {
/* ::::: app menu button ::::: */
+/* The app menu button must appear on top of the navigator-toolbox in order
+ * for click and hover mouse events to work properly for the button in the
+ * restored window state. Otherwise, elements in the navigator-toolbox, like the
+ * menubar can swallow these events. It will also place the button above the
+ * fog on themes with Aero Glass.
+ */
+#main-window[tabsintitlebar] #appmenu-button-container {
+ z-index: 1;
+}
+
#appmenu-button {
background-color: #FF9F00;
background-clip: padding-box;
border-bottom: 1px solid #008484;
}
+/* === BEGIN tabs.inc.css === */
+
.tabbrowser-tab,
.tabs-newtab-button,
#TabsToolbar > #new-tab-button {
text-decoration: underline;
}
-.tabbrowser-tab:hover,
-.tabs-newtab-button:hover {
-}
+/* Selected tab */
.tabbrowser-tab[selected="true"] {
}
-#main-window[tabsontop=false]:not([disablechrome]) .tabbrowser-tab[selected=true]:not(:-moz-lwtheme) {
-}
+/* End selected tab */
-.tabbrowser-tab:-moz-lwtheme {
-}
+/* Pinned tabs */
-.tabbrowser-tab[selected="true"]:-moz-lwtheme {
+.tabbrowser-tab[pinned][titlechanged]:not([selected="true"]) {
+ background-color: #E7ADE7;
}
-
-.tabbrowser-tab:-moz-lwtheme-brighttext:not([selected="true"]),
-.tabs-newtab-button:-moz-lwtheme-brighttext {
+.tabbrowser-tab[pinned][titlechanged]:not([selected="true"]):hover {
+ background-color: #3333FF;
+ color: #000000;
}
-.tabbrowser-tab:-moz-lwtheme-brighttext:not([selected="true"]):hover,
-.tabs-newtab-button:-moz-lwtheme-brighttext:hover {
-}
+/* New tab button */
-.tabbrowser-tab:-moz-lwtheme-darktext:not([selected="true"]),
-.tabs-newtab-button:-moz-lwtheme-darktext {
+.tabs-newtab-button {
+ width: 28px;
}
-.tabbrowser-tab:-moz-lwtheme-darktext:not([selected="true"]):hover,
-.tabs-newtab-button:-moz-lwtheme-darktext:hover {
+#TabsToolbar > #new-tab-button {
+ width: 26px;
}
-.tabbrowser-tab[pinned][titlechanged]:not([selected="true"]) {
- background-color: #E7ADE7;
-}
-.tabbrowser-tab[pinned][titlechanged]:not([selected="true"]):hover {
- background-color: #3333FF;
- color: #000000;
-}
+/* === END tabs.inc.css === */
.tab-throbber,
.tab-icon-image {
-moz-image-region: rect(0, 16px, 18px, 0);
}
-.tabs-newtab-button {
- width: 28px;
-}
-
-#TabsToolbar > #new-tab-button {
- width: 26px;
-}
-
/* Remove |#navigator-toolbox:not([iconsize])| selector when Australis lands - this makes it only apply post-Australis as iconsize doesn't exist there */
.tabs-newtab-button,
.tabs-newtab-button:hover,
list-style-image: url("chrome://browser/skin/notification-pluginBlocked.png");
}
-/* Customization mode */
-
/* === END plugin-doorhanger.inc.css === */
#main-window[privatebrowsingmode=temporary] #toolbar-menubar {
background-clip: padding-box;
}
-/* End customization mode */
-
#main-window[privatebrowsingmode=temporary] #TabsToolbar::after {
content: "";
display: -moz-box;
color: #FF0000;
}
+.theme-toolbar,
+.devtools-toolbar { /* General toolbar styling */
+}
+
+
.theme-fg-contrast { /* To be used for text on theme-bg-contrast */
color: #FFCF00;
}
min-height: 1.4em;
}
+/* XUL panel styling (see browser/devtools/shared/widgets/Tooltip.js) */
+
+.theme-tooltip-panel .panel-arrowcontent {
+/* padding: 5px; */
+ background: rgba(0, 0, 0, .9);
+/* border-radius: 5px;
+ box-shadow: none;
+ border: 3px solid #9C9CFF; */
+}
+
+/* Overring panel arrow images to fit with our light and dark themes */
+/*
+.theme-tooltip-panel .panel-arrow[side="top"] {
+ list-style-image: url("chrome://browser/skin/devtools/tooltip/arrow-vertical-dark.png");
+ margin-bottom: -4px;
+}
+
+.theme-tooltip-panel .panel-arrow[side="bottom"] {
+ list-style-image: url("chrome://browser/skin/devtools/tooltip/arrow-vertical-dark.png");
+ margin-top: -4px;
+}
+
+.theme-tooltip-panel .panel-arrow[side="left"] {
+ list-style-image: url("chrome://browser/skin/devtools/tooltip/arrow-horizontal-dark.png");
+ margin-right: -4px;
+}
+
+.theme-tooltip-panel .panel-arrow[side="right"] {
+ list-style-image: url("chrome://browser/skin/devtools/tooltip/arrow-horizontal-dark.png");
+ margin-left: -4px;
+}
+
+@media (min-resolution: 2dppx) {
+ .theme-tooltip-panel .panel-arrow[side="top"],
+ .theme-tooltip-panel .panel-arrow[side="bottom"] {
+ list-style-image: url("chrome://browser/skin/devtools/tooltip/arrow-vertical-dark@2x.png");
+ }
+
+ .theme-tooltip-panel .panel-arrow[side="left"],
+ .theme-tooltip-panel .panel-arrow[side="right"] {
+ list-style-image: url("chrome://browser/skin/devtools/tooltip/arrow-horizontal-dark@2x.png");
+ }
+}
+*/
+.theme-tooltip-panel .devtools-tooltip-simple-text {
+/* color: white; */
+ border-bottom: 1px solid #A09090;
+}
+
+.theme-tooltip-panel .devtools-tooltip-simple-text:last-child {
+ border-bottom: 0;
+}
+
/* remove import on top of file when toolbars.inc.css work is done */