-moz-padding-start: 0px;
}
+.browserContainer > findbar {
+/*
+ background-color: -moz-dialog;
+ color: -moz-DialogText;
+*/
+}
+
/* ::::: throbber ::::: */
#navigator-throbber {
background-color: #C09070;
}
+.tabbrowser-tab[remote] {
+ text-decoration: underline;
+}
+
.tabbrowser-tab:hover,
.tabs-newtab-button:hover {
}
-moz-margin-end: 0;
}
+#identity-popup > .panel-arrowcontainer > .panel-arrowcontent {
+ padding: 0;
+}
+
+#identity-popup-container {
+ min-width: 280px;
+ padding: 10px;
+}
+
+#identity-popup-button-container {
+/* background: linear-gradient(to bottom, rgba(0,0,0,0.04) 60%, transparent);*/
+ padding: 10px;
+ margin-top: 5px;
+}
+
.popup-notification-icon {
width: 64px;
height: 64px;
list-style-image: url("chrome://browser/skin/notification-pluginBlocked.png");
}
+#plugins-notification-icon,
+#alert-plugins-notification-icon,
+#blocked-plugins-notification-icon {
+/* -moz-image-region: rect(0, 16px, 16px, 0);*/
+}
+
+#plugins-notification-icon:hover,
+#alert-plugins-notification-icon:hover,
+#blocked-plugins-notification-icon:hover {
+/* -moz-image-region: rect(0, 32px, 16px, 16px);*/
+}
+
#plugin-install-notification-icon {
list-style-image: url("chrome://browser/skin/pluginInstall-16.png");
}
margin: 0px;
}
-#identity-popup-container {
- min-width: 280px;
-}
-
#download-monitor {
list-style-image: url("chrome://browser/skin/FxToolbar.png");
-moz-image-region: rect(0, 108px, 18px, 90px);
/* margin: auto 10px; */
}
+#developer-toolbar-toolbox-button > label {
+ display: none;
+}
+
#developer-toolbar-toolbox-button {
list-style-image: url("chrome://browser/skin/devtools/toggle-tools.png");
-moz-image-region: rect(0px, 16px, 16px, 0px);
/* === END commandline.inc.css === */
+/* === BEGIN responsivedesign.inc.css === */
+
/* Responsive Mode */
.browserContainer[responsivemode] {
.devtools-responsiveui-toolbar > menulist,
.devtools-responsiveui-toolbar > toolbarbutton {
min-width: 22px;
- border-radius: 0;
+/* border-radius: 0; */
}
.devtools-responsiveui-toolbar:-moz-locale-dir(ltr) > *:first-child,
.devtools-responsiveui-toolbar:-moz-locale-dir(rtl) > *:last-child {
- margin-left: 0;
+ margin-left: 3px;
+}
+
+.devtools-responsiveui-close {
+ list-style-image: url("chrome://browser/skin/devtools/close.png");
+ -moz-image-region: rect(0px,16px,16px,0px);
+}
+
+.devtools-responsiveui-close:hover {
+ -moz-image-region: rect(0px,32px,16px,16px);
+}
+
+.devtools-responsiveui-rotate {
+ list-style-image: url("chrome://browser/skin/devtools/responsiveui-rotate.png");
+ -moz-image-region: rect(0px,16px,16px,0px);
+}
+
+.devtools-responsiveui-rotate:hover {
+ -moz-image-region: rect(0px,32px,16px,16px);
+}
+
+.devtools-responsiveui-touch {
+ list-style-image: url("chrome://browser/skin/devtools/responsiveui-touch.png");
+ -moz-image-region: rect(0px,16px,16px,0px);
+}
+
+.devtools-responsiveui-touch:hover,
+.devtools-responsiveui-touch[checked],
+.devtools-responsiveui-touch[checked]:hover {
+ -moz-image-region: rect(0px,32px,16px,16px);
+}
+
+.devtools-responsiveui-screenshot {
+ list-style-image: url("chrome://browser/skin/devtools/responsiveui-screenshot.png");
+ -moz-image-region: rect(0px,16px,16px,0px);
+}
+
+.devtools-responsiveui-screenshot:hover {
+ -moz-image-region: rect(0px,32px,16px,16px);
}
-.devtools-responsiveui-resizebar {
+.devtools-responsiveui-resizebarV {
width: 7px;
height: 24px;
cursor: ew-resize;
background-image: url("chrome://browser/skin/devtools/responsive-vertical-resizer.png");
}
+.devtools-responsiveui-resizebarH {
+ width: 24px;
+ height: 7px;
+ cursor: ns-resize;
+ transform: translate(-12px, 12px);
+ background-image: url("chrome://browser/skin/devtools/responsive-horizontal-resizer.png");
+}
+
.devtools-responsiveui-resizehandle {
width: 16px;
height: 16px;
background-image: url("chrome://browser/skin/devtools/responsive-se-resizer.png");
}
+/* === END responsivedesign.inc.css === */
+
/* Error counter */
#developer-toolbar-toolbox-button[error-count]:before {
}
}
+.chatbar-button > .toolbarbutton-icon {
+ width: 16px;
+}
+
.chatbar-button > menupopup > .menuitem-iconic > .menu-iconic-left > .menu-iconic-icon {
width: auto;
height: auto;
}
.click-to-play-plugins-notification-center-box {
-/* background-color: rgba(255,255,255,0.3); */
}
-.plugin-popupnotification-centeritem {
-/* border-top: 1px solid #9C9CFF; */
+.plugin-popupnotification-centeritem:nth-child(odd) {
+/* background-color: rgba(0,0,0,0.1);*/
}
.center-item-label {
-moz-border-start-color: transparent;
}
+.side-menu-widget-item-checkbox {
+ -moz-appearance: none;
+ padding: 0;
+ margin: 0 -4px 0 4px;
+ opacity: 0;
+ transition: opacity .25s ease 0s;
+}
+
+/* Only show the checkbox when the source is hovered over, is selected, or if it
+ * is not checked. */
+.side-menu-widget-item:hover > .side-menu-widget-item-checkbox,
+.side-menu-widget-item.selected > .side-menu-widget-item-checkbox,
+.side-menu-widget-item-checkbox:not([checked]) {
+ opacity: 1;
+ transition: opacity .25s ease-out 0s;
+}
+
+.side-menu-widget-item-checkbox > .checkbox-check {
+ -moz-appearance: none;
+ background: none;
+ background-image: url("itemToggle.png");
+ background-repeat: no-repeat;
+ background-clip: content-box;
+ background-position: -24px 0;
+ width: 24px;
+ height: 24px;
+ border: 0;
+}
+
+.side-menu-widget-item-checkbox[checked] > .checkbox-check {
+ background-position: 0 0;
+}
+
+.side-menu-widget-item-checkbox:not([checked]) ~ .side-menu-widget-item-contents > .dbg-breakpoint {
+ display: none;
+}
+
+/* Black box message */
+
+#black-boxed-message {
+ /* Prevent the container deck from aquiring the height from this message. */
+ min-height: 1px;
+ background-color: #A09090;
+ padding: 25vh 0;
+ color: #000000;
+}
+
+#black-boxed-message-label,
+#black-boxed-message-button {
+ text-align: center;
+ font-size: 120%;
+}
+
+#black-boxed-message-button {
+ margin-top: 1em;
+ padding: .25em;
+}
+
/* ListWidget items */
.list-widget-item {
-moz-margin-start: 1px;
}
-#searchbox-panel-description {
- margin-top: 0;
+#filter-label {
+ -moz-margin-start: 2px;
+}
+
+#searchbox-panel-operators {
+ margin-top: 5px;
margin-bottom: 8px;
-moz-margin-start: 2px;
}