#customization-titlebar-visibility-button {
list-style-image: url("chrome://browser/skin/customizableui/customize-titleBar-toggle.png");
-moz-image-region: rect(0, 16px, 16px, 0);
- padding: 0px 5px;
}
#customization-titlebar-visibility-button:hover {
-moz-image-region: rect(16px, 16px, 32px, 0);
}
+#customization-lwtheme-button,
+#customization-titlebar-visibility-button {
+ padding: 0px 5px;
+}
+
#customization-titlebar-visibility-button > .button-box {
padding-top: 0;
padding-bottom: 1px;
padding-bottom: 0;
}
+#customization-lwtheme-button > .box-inherit > .box-inherit > .button-text,
#customization-titlebar-visibility-button > .button-box > .button-text {
/* Sadly, button.css thinks its margins are perfect for everyone. */
-moz-margin-start: 5px !important;
}
menu.subviewbutton > .menu-right {
- list-style-image: url("chrome://global/skin/menu/menu-arrow.gif");
+ list-style-image: url("chrome://global/skin/menu/menu-arrow.svg#arrow);
+ /* Reset the rect we inherit from the button: */
+ -moz-image-region: auto;
}
-menu.subviewbutton:hover > .menu-right,
-menu.subviewbutton[_moz-menuactive="true"] > .menu-right {
- list-style-image: url("chrome://global/skin/menu/menu-arrow-hover.gif");
+menu.subviewbutton:not([disabled="true"]):hover > .menu-right,
+menu.subviewbutton:not([disabled="true"])[_moz-menuactive="true"] > .menu-right {
+ list-style-image: url("chrome://global/skin/menu/menu-arrow.svg#arrow-hover");
}
menu[disabled="true"].subviewbutton > .menu-right {
- list-style-image: url("chrome://global/skin/menu/menu-arrow-disabled.gif");
+ list-style-image: url("chrome://global/skin/menu/menu-arrow.svg#arrow-disabled");
}
.notice-container {
margin-top: -50vh;
- font-size: 120%;
background-color: var(--theme-toolbar-background);
color: var(--theme-body-color);
}
display: none;
}
-#import-notice {
- font-size: 250%;
- color: #FFCF00;
+#waiting-notice {
+ font-size: 110%;
}
/* Snapshots pane */
-moz-border-end-color: var(--theme-splitter-color);
}
+#performance-toolbar-control-other {
+ -moz-padding-end: 5px;
+}
+
#performance-toolbar-controls-detail-views > toolbarbutton {
min-width: 0;
}
border-radius: 1px;
}
+#filter-button {
+ list-style-image: url(timeline-filter.svg#filter);
+ min-width: 24px;
+}
+
+#filter-button[disabled] {
+ list-style-image: url(timeline-filter.svg#filter-disabled);
+}
+
+#filter-button[open] {
+ list-style-image: url(timeline-filter.svg#filter-open);
+}
+
+#performance-filter-menupopup > menuitem:before {
+ content: "";
+ display: block;
+ width: 8px;
+ height: 8px;
+ margin: 0 8px;
+ border: 1px solid;
+ border-radius: 1px;
+ background-color: var(--bullet-bg);
+ border-color: var(--bullet-border);
+}
+
/* Recording Notice */
#performance-view .notice-container {
overflow: auto;
}
-.call-tree-cells-container[allocations-hidden] .call-tree-cell[type="allocations"],
-.call-tree-cells-container[allocations-hidden] .call-tree-cell[type="self-allocations"],
.call-tree-cells-container[categories-hidden] .call-tree-category {
display: none;
}
.call-tree-cell[type="allocations"],
.call-tree-header[type="self-allocations"],
.call-tree-cell[type="self-allocations"] {
- width: 7vw;
+ width: 9vw;
}
.call-tree-header[type="function"],
overflow: auto;
}
-.call-tree-cells-container[allocations-hidden] .call-tree-cell[type="allocations"],
-.call-tree-cells-container[allocations-hidden] .call-tree-cell[type="self-allocations"],
.call-tree-cells-container[categories-hidden] .call-tree-category {
display: none;
}
cursor: col-resize;
}
+.graph-widget-canvas[input=adjusting-view-area] {
+ cursor: grabbing;
+}
+
.graph-widget-canvas[input=hovering-selection-contents] {
cursor: grab;
}