list-style-image: url("chrome://browser/skin/identity-icons-https-ev.png");
}
+.mixedActiveContent > #page-proxy-favicon[pageproxystate="valid"] {
+ list-style-image: url("chrome://browser/skin/identity-icons-https-mixed-active.png");
+}
+
#identity-box:hover > #page-proxy-favicon {
-moz-image-region: rect(0, 32px, 16px, 16px);
}
list-style-image: url("chrome://browser/skin/webapps-64.png");
}
+.popup-notification-icon[popupid="mixed-content-blocked"] {
+ list-style-image: url("chrome://browser/skin/mixed-content-blocked-64.png");
+}
+
.popup-notification-icon[popupid="webRTC-sharingDevices"],
.popup-notification-icon[popupid="webRTC-shareDevices"] {
list-style-image: url("chrome://browser/skin/webRTC-shareDevice-64.png");
}
}
+#mixed-content-blocked-notification-icon {
+ list-style-image: url("chrome://browser/skin/mixed-content-blocked-16.png");
+}
+
#webRTC-shareDevices-notification-icon {
list-style-image: url("chrome://browser/skin/webRTC-shareDevice-16.png");
}
/* Text input */
-/*
.devtools-textinput,
.devtools-searchinput {
-moz-appearance: none;
- margin: 0 3px;
+/* margin: 0 3px;
min-height: 22px;
border: 1px solid hsla(211,68%,6%,.6);
box-shadow: inset 0 1px 0 hsla(211,68%,6%,.05), 0 0 0 1px hsla(210,40%,83%,.1);
border-radius: 2px;
background-color: transparent;
background-image: linear-gradient(hsla(210,16%,76%,.15), hsla(210,16%,76%,.35));
- padding: 3px;
+ padding: 3px;*/
transition-property: background-color, border-color, box-shadow;
transition-duration: 150ms;
transition-timing-function: ease;
- color: inherit;
+/* color: inherit; */
}
.devtools-searchinput {
- background-image: url(magnifying-glass.png), linear-gradient(hsla(210,16%,76%,.15), hsla(210,16%,76%,.35));
+ background-image: url("magnifying-glass.png")/*, linear-gradient(hsla(210,16%,76%,.15), hsla(210,16%,76%,.35))*/;
background-repeat: no-repeat;
background-position: 4px center, top left, top left;
- padding-top: 0;
- padding-bottom: 0;
+/* padding-top: 0;
+ padding-bottom: 0;*/
-moz-padding-start: 18px;
-moz-padding-end: 12px;
}
.devtools-searchinput[focused] {
- border-color: hsl(200,70%,40%) hsl(200,75%,37%) hsl(200,80%,35%);
+/* border-color: hsl(200,70%,40%) hsl(200,75%,37%) hsl(200,80%,35%);
background-origin: padding-box;
background-clip: padding-box;
- box-shadow: inset 0 0 0 1px hsla(211,68%,6%,.1);
+ box-shadow: inset 0 0 0 1px hsla(211,68%,6%,.1);*/
}
.devtools-searchinput:-moz-locale-dir(rtl) {
}
.devtools-searchinput > .textbox-input-box > .textbox-input::-moz-placeholder {
- color: hsl(208,10%,66%);
+/* color: hsl(208,10%,66%);*/
+}
+
+.devtools-no-search-result {
+ transition-property: box-shadow, border-color, background-image;
+/* box-shadow: inset 0 0 0 1px hsla(0,68%,6%,.35);
+ border-color: hsl(10,70%,40%) hsl(10,75%,37%) hsl(10,80%,35%) !important;*/
+ background-image: url("magnifying-glass.png"), linear-gradient(rgba(255,0,0,.15), rgba(255,0,0,.35));
}
-*/
/* Close button */
cursor: pointer;
text-align: right;
float: right;
- -moz-user-select: -moz-none;
+ -moz-user-select: none;
}
.ruleview-rule-inheritance {
border-bottom: 1px solid #9C9CFF;
padding: 1px 4px;
margin-top: 4px;
- -moz-user-select: -moz-none;
+ -moz-user-select: none;
}
.ruleview-rule-source:hover {
border-left: 2px solid transparent;
}
+.ruleview-property > * {
+ vertical-align: middle;
+}
+
.ruleview-property[dirty] {
border-left-color: #008484;
}
*/
#stackframes\+breakpoints {
- background-color: #000000;
min-width: 50px;
}
*/
#variables\+expressions {
- background-color: #000000;
min-width: 50px;
}
*/
#stackframes {
- /* background-color: white; */
min-height: 10px;
}
*/
#breakpoints {
- background-color: #000000;
min-height: 10px;
}
*/
#expressions {
- background-color: #000000;
min-height: 10px;
+ max-height: 125px;
}
.dbg-expression {
}
.dbg-expression-delete {
+ opacity: 0;
+}
+
+.dbg-expression-delete:not(:hover) {
-moz-image-region: rect(0, 32px, 16px, 16px);
}
+.dbg-expression-delete:hover {
+ opacity: 1;
+}
+
+.dbg-expression:hover > .dbg-expression-delete:not(:hover) {
+ opacity: 0.5;
+ transition: opacity 0.2s ease-in-out;
+}
+
/**
* Variables view
*/
#variables {
-/* background-color: white; */
min-height: 10px;
}
-.dbg-variables-delete:not(:hover) {
+.dbg-variable-delete {
+ opacity: 0;
+}
+
+.dbg-variable-delete:not(:hover) {
-moz-image-region: rect(0, 32px, 16px, 16px);
+}
+
+.dbg-variable-delete:hover {
+ opacity: 1;
+}
+
+.variable-or-property:hover > .title > .dbg-variable-delete:not(:hover),
+.variable-or-property:focus > .title > .dbg-variable-delete:not(:hover) {
opacity: 0.5;
+ transition: opacity 0.2s ease-in-out;
+}
+
+.dbg-variable-edit {
+ background: url("chrome://browser/skin/tabview/edit-light.png") center no-repeat;
+ width: 20px;
+ height: 16px;
+ cursor: pointer;
+}
+.dbg-variable-throbber {
+ background: url("chrome://global/skin/icons/loading.gif") center no-repeat;
+ width: 16px;
+ height: 16px;
}
/**
* Scope element
*/
+.scope:focus > .title {
+ background: #008484;
+ color: #000000;
+}
+
.scope > .title {
background: #E7ADE7;
border-radius: 5px;
-moz-margin-start: 1px;
-moz-margin-end: 1px;
border-bottom: 1px solid #008484;
- background: #000000;
transition: background 1s ease-in-out;
}
transition-duration: 0.4s;
}
+.scope:focus > .title {
+ background: #008484;
+ color: #000000;
+ border-radius: 4px;
+}
+
.variable > .title > .name {
- color: #FF9F00;
font-weight: 600;
}
+.variable:not(:focus) > .title > .name {
+ color: #FF9F00;
+}
+
.variable > .title > .value {
-moz-padding-start: 6px;
-moz-padding-end: 4px;
}
+.variable[editable] > .title > .value {
+ cursor: text;
+}
+
.variable:not([non-header]) > .details {
-moz-margin-start: 10px;
}
.property {
transition: background 1s ease-in-out;
- background: #000000;
border-radius: 8px;
}
background: rgba(255, 207, 0, 0.8);
}
-.property > .title > .name {
+.property:focus > .title {
+ background: #008484;
+ color: #000000;
+ border-radius: 4px;
+}
+
+.property:not(:focus) > .title > .name {
color: #E7ADE7;
}
.property > .title > .value {
-moz-padding-start: 6px;
-moz-padding-end: 4px;
+ cursor: text;
+}
+
+.property[editable] > .title > .value {
+ cursor: text;
}
.property:not([non-header]) > .details {
}
/**
- * Non enumerable, configurable and writable variables and properties.
+ * Non enumerable, configurable and writable variables and properties
*/
.variable[proto] > .title > .name,
}
*/
-.variable[exception] > .title > .name,
-.property[exception] > .title > .name {
+.variable[exception]:not(:focus) > .title > .name,
+.property[exception]:not(:focus) > .title > .name {
color: #FF0000;
}
* Variables and properties editing
*/
-#variables .element-value-input {
- -moz-margin-start: 5px !important;
+.element-value-input {
+ -moz-margin-start: 4px !important;
}
-#variables .element-name-input {
- -moz-margin-start: -1px !important;
+.element-name-input {
+ -moz-margin-start: -2px !important;
color: #E7ADE7;
font-weight: 600;
}
+.element-value-input,
+.element-name-input {
+ max-width: 30em;
+ border: 1px solid #9C9CFF !important;
+}
+
/**
* Variables and properties searching
*/
* Token value colors
*/
-.token-undefined {
+.variable-or-property:not(:focus) > .title > .token-undefined {
color: #8050B0;
}
-.token-null {
+.variable-or-property:not(:focus) > .title > .token-null {
color: #008484;
}
-.token-boolean {
+.variable-or-property:not(:focus) > .title > .token-boolean {
color: #FFCF00;
}
-.token-number {
+.variable-or-property:not(:focus) > .title > .token-number {
color: #E7ADE7;
}
-.token-string {
+.variable-or-property:not(:focus) > .title > .token-string {
+ max-width: 30em;
color: #9C9CFF;
}
-.token-other {
+.variable-or-property:not(:focus) > .title > .token-other {
color: #FF9F00;
}
.inspector-breadcrumbs-button:last-of-type[checked]:hover:active:-moz-locale-dir(rtl) {
-moz-border-image: url("chrome://browser/skin/devtools/breadcrumbs/rtl-end-selected-pressed.png") 2 13 2 13 fill stretch;
}
+
+#inspector-searchbox {
+ transition-property: max-width, -moz-padding-end, -moz-padding-start;
+ transition-duration: 250ms;
+ transition-timing-function: ease;
+}
+
+#inspector-searchbox:not([focused]):not([filled]) > .textbox-input-box {
+ overflow: hidden;
+}
+
+#inspector-searchbox:not([focused]):not([filled]) {
+ max-width: 20px !important;
+ -moz-padding-end: 6px;
+ -moz-padding-start: 22px;
+ background-position: 8px center, top left, top left;
+}
+
+#inspector-searchbox[focused],
+#inspector-searchbox[filled] {
+ max-width: 200px !important;
+}
:root {
-moz-appearance: none;
+ font-size: 75%;
background-color: transparent;
padding: 0;
}
background-color: #000000;
}
+/* UNDO */
+#newtab-undo-container {
+ padding: 4px 3px;
+ border: 1px solid;
+ border-color: #9C9CFF;
+ background-color: #000000;
+ color: #8050B0;
+}
+
+#newtab-undo-label {
+ margin-top: 0;
+ margin-bottom: 0;
+}
+
+.newtab-undo-button {
+ color: #3333FF;
+ cursor: pointer;
+ padding: 0;
+ margin: 0 4px;
+ border: 0;
+ background: transparent;
+ text-decoration: none;
+ min-width: 0;
+}
+
+.newtab-undo-button:hover {
+ text-decoration: underline;
+}
+
+.newtab-undo-button:-moz-focusring {
+ outline: 1px dotted;
+}
+
+.newtab-undo-button > .button-box {
+ padding: 0;
+}
+
+#newtab-undo-close-button {
+ padding: 0;
+ border: none;
+ list-style-image: url("chrome://global/skin/icons/close.png");
+ -moz-image-region: rect(0, 16px, 16px, 0);
+ -moz-user-focus: normal;
+}
+
+#newtab-undo-close-button:hover {
+ -moz-image-region: rect(0, 32px, 16px, 16px);
+}
+
+#newtab-undo-close-button > .toolbarbutton-text {
+ display: none;
+}
+
+#newtab-undo-close-button:-moz-focusring {
+ outline: 1px dotted;
+}
+
/* TOGGLE */
#newtab-toggle {
width: 16px;
padding: 0 8px;
background-color: rgba(255,159,0,.8);
color: #000000;
- font-size: 12px;
line-height: 24px;
}
/* styles for the link elements copied from .text-link in global.css */
.inline-link {
color: #3333FF;
- text-decoration: underline;
+ text-decoration: none;
cursor: pointer;
}
+.inline-link:hover {
+ text-decoration: underline;
+}
+
.inline-link:-moz-focusring {
/* Don't specify the outline-color, we should always use initial value. */
outline: 1px dotted;
color: transparent;
background-image: url("chrome://browser/skin/tabview/edit-light.png");
background-repeat: no-repeat;
- -moz-padding-start: 20px;
}
.title-container:hover input.name::-moz-placeholder {
color: #E7ADE7;
+ background-image: none;
+}
+
+input.name:focus::-moz-placeholder {
+ background-image: none;
}
.title-shield {