display: none;
}
-#navigator-toolbox[iconsize=large][mode=icons] > #nav-bar #social-toolbar-item {
- margin-left: 2px;
- margin-right: 2px;
-}
-
-#navigator-toolbox[iconsize=large][mode=icons] > #nav-bar #social-toolbar-item > .toolbarbutton-1 {
- padding-left: 0;
- padding-right: 0;
-}
-
.toolbarbutton-badge-container {
margin: 0;
padding: 0;
}
#navigator-toolbox[iconsize=large][mode=icons] > #nav-bar .toolbarbutton-1 > .toolbarbutton-badge-container {
- padding: 2px 5px;
+ padding: 2px 2px;
}
.toolbarbutton-1 > .toolbarbutton-badge-container > .toolbar-icon {
border: 0;
}
+.popup-notification-icon[popupid="servicesInstall"] {
+ list-style-image: url("chrome://browser/skin/social/services-64.png");
+}
+#servicesInstall-notification-icon {
+ list-style-image: url("chrome://browser/skin/social/services-16.png");
+}
+#social-undoactivation-button,
+#servicesInstall-learnmore-link {
+ -moz-margin-start: 0; /* override default label margin to match description margin */
+}
+
+#socialActivatedNotification .popup-notification-button-container {
+ margin-left: 6px;
+}
+
+.social-activation-icon {
+ width: auto;
+ height: auto;
+ max-height: 64px;
+ max-width: 64px;
+}
+
+#social-activation-message {
+ max-width: 250px;
+}
+
+#social-activation-message > label {
+ margin: 0;
+}
+
/* social toolbar provider menu */
.social-statusarea-popup {
margin-top: 0;
}
.chatbar-button {
- /* XXX get a real image for this */
- list-style-image: url("chrome://browser/skin/social/social.png");
+ list-style-image: url("chrome://browser/skin/social/services-16.png");
background-color: #000000;
border: none;
margin: 0;
-moz-border-end: 1px solid #008484;
}
+@media (min-resolution: 2dppx) {
+ .chatbar-button {
+ list-style-image: url("chrome://browser/skin/social/services-16@2x.png");
+ }
+}
+
.chatbar-button > menupopup > .menuitem-iconic > .menu-iconic-left > .menu-iconic-icon {
width: auto;
height: auto;
opacity: 0.6;
text-decoration: line-through;
}
+
+.gcli-breakpoint-label {
+ font-weight: bold;
+}
+
+.gcli-breakpoint-lineText {
+ font-family: "Liberation Mono", Consolas, "Courier New", monospace;
+}
#devtools-side-splitter {
min-width: 0;
width: 3px;
+ border: none;
+ margin: 0 3px;
position: relative;
+ cursor: e-resize;
}
/* In-tools sidebar */
/* color: #666;*/
}
+/* Responsive container */
+
+.devtools-responsive-container {
+ -moz-box-orient: horizontal;
+}
+
+@media (max-width: 700px) {
+ .devtools-responsive-container {
+ -moz-box-orient: vertical;
+ }
+
+ .devtools-responsive-container > .devtools-side-splitter {
+ border: 0;
+ margin: 3px 0;
+ min-height: 3px;
+ height: 3px;
+ /* In some edge case the cursor is not changed to n-resize */
+ cursor: n-resize;
+ }
+
+ .devtools-responsive-container > .devtools-sidebar-tabs {
+ min-height: 35vh;
+ max-height: 75vh;
+ }
+}
.theme-checkbox {
display: inline-block;
- border: 1px solid #FF9F00;
- width: 6px;
- height: 6px;
- padding: 2px;
- background-color: transparent;
- background-repeat: no-repeat;
+ border: 0;
+ width: 14px;
+ height: 14px;
+ padding: 0;
outline: none;
+ background: url("chrome://browser/skin/devtools/checkbox.png") no-repeat;
}
.theme-checkbox[checked] {
- background-clip: content-box;
- background-image: linear-gradient(to bottom right, transparent 48%, #FF9F00 48%, #FF9F00 52%, transparent 52%),
- linear-gradient(to bottom left, transparent 48%, #FF9F00 48%, #FF9F00 52%, transparent 52%);
+ background: url("chrome://browser/skin/devtools/checkbox.png") 14px 0;
}
.theme-selected {
-moz-border-start-color: transparent;
}
-/* Watch expressions, variables and other instruments pane */
-
-#instruments-pane {
- min-width: 50px;
- -moz-margin-start: 0px !important;
- /* Unfortunately, transitions don't work properly with locale-aware properties,
- so both the left and right margins are set via js, while the start margin
- is always overridden here. */
-}
-
-#instruments-pane[animated] {
- transition: margin 0.25s ease-in-out;
-}
-
/* ListWidget items */
.list-widget-item {
-moz-image-region: rect(0px, 32px, 16px, 16px);
}
+#resumption-panel-desc {
+ width: 200px;
+}
+
+#resumption-order-panel {
+ -moz-margin-start: -8px;
+}
+
#resume {
list-style-image: url("chrome://browser/skin/devtools/debugger-play.png");
-moz-image-region: rect(0px, 16px, 16px, 0px);
background: none;
box-shadow: none;
border: none;
- list-style-image: url("chrome://browser/skin/devtools/debugger-expand.png");
+ list-style-image: url("chrome://browser/skin/devtools/debugger-collapse.png");
-moz-image-region: rect(0px,16px,16px,0px);
}
-#instruments-pane-toggle:not([toggled]) {
- list-style-image: url("chrome://browser/skin/devtools/debugger-collapse.png");
+#instruments-pane-toggle[pane-collapsed] {
+ list-style-image: url("chrome://browser/skin/devtools/debugger-expand.png");
}
#instruments-pane-toggle:hover,
.theme-checkbox {
display: inline-block;
- border: 1px solid #FF9F00;
- width: 6px;
- height: 6px;
- padding: 2px;
- background-color: transparent;
- background-repeat: no-repeat;
+ border: 0;
+ width: 14px;
+ height: 14px;
+ padding: 0;
outline: none;
+ background: url("chrome://browser/skin/devtools/checkbox.png") no-repeat;
}
.theme-checkbox[checked] {
- background-clip: content-box;
- background-image: linear-gradient(to bottom right, transparent 48%, #FF9F00 48%, #FF9F00 52%, transparent 52%),
- linear-gradient(to bottom left, transparent 48%, #FF9F00 48%, #FF9F00 52%, transparent 52%);
+ background: url("chrome://browser/skin/devtools/checkbox.png") 14px 0;
}
.theme-selected {
text-decoration: underline;
}
-.ruleview-rule {
+.ruleview-rule,
+#noResults {
padding: 2px 4px;
}
+#noResults {
+ font: message-box;
+ color: #8050B0;
+}
+
.ruleview-rule + .ruleview-rule {
border-top-width: 1px;
border-top-style: dotted;
padding: 0;
}
-.hud-outer-wrapper {
- width: 100%;
- height: 100%;
-}
-
-.hud-console-wrapper {
- width: 100%;
- overflow: auto;
-}
-
/* General output styles */
.webconsole-timestamp {
.hud-output-node {
-moz-appearance: none;
border-bottom: 1px solid #9C9CFF;
- border-top: 1px solid #9C9CFF;
margin: 0;
}
/* WebConsole colored drops */
-.webconsole-filter-button[checked=true] {
+.webconsole-filter-button[checked] {
/* color: white !important; */
}
.hud-filter-box {
width: 200px;
}
+
+.webconsole-msg-inspector iframe {
+ height: 7em;
+ margin-bottom: 15px;
+ -moz-margin-end: 15px;
+ border-radius: 4px;
+}
+
+#webconsole-sidebar > tabs {
+ height: 0;
+ border: none;
+}
+
+.webconsole-msg-security > .webconsole-msg-icon-container {
+ -moz-border-start: solid #FF0000 6px;
+}
+
+.webconsole-filter-button[category="security"] > .toolbarbutton-menubutton-button:before {
+ background-color: #FF0000;
+ border-color: #FFCF00;
+}
/*** Highlighted list items ***/
+/* #downloadsPanel:not([keyfocus]) > #downloadsListBox > richlistitem[type="download"][state="1"][exists]:hover { */
#downloadsPanel:not([keyfocus]) > #downloadsListBox > richlistitem[type="download"]:hover {
border-radius: 3px;
background-color: #794900;