Backed out changeset fdecf61ce83e (bug 1402318)

This commit is contained in:
Gabriel Luong 2017-09-26 14:05:32 -04:00
Родитель 3ab0c4aca3
Коммит 73c33b2403
1 изменённых файлов: 6 добавлений и 20 удалений

Просмотреть файл

@ -3,14 +3,10 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
:root {
--markup-hidden-attr-color: var(--theme-comment);
--markup-hidden-tag-color: #A1A1A4;
--markup-outline: var(--theme-splitter-color);
}
.theme-dark:root {
--markup-hidden-attr-color: var(--theme-body-color-inactive);
--markup-hidden-tag-color: var(--theme-content-color1);
--markup-outline: var(--theme-selection-background);
}
@ -336,16 +332,6 @@ ul.children + .tag-line::before {
z-index: 1;
}
.not-displayed .attr-name,
.not-displayed .attr-value {
color: var(--markup-hidden-attr-color);
}
.not-displayed .theme-fg-color3 {
color: var(--markup-hidden-tag-color);
}
/* Firebug Theme */
.theme-firebug .theme-fg-color3 {
@ -367,12 +353,6 @@ ul.children + .tag-line::before {
font-size: var(--theme-toolbar-font-size);
}
/* In case a node isn't displayed in the page, we fade the syntax highlighting */
.theme-firebug .not-displayed .open,
.theme-firebug .not-displayed .close {
opacity: .5;
}
/* Selected nodes in the tree should have light selected text.
theme-selected doesn't work in this case since the text is a
sibling of the class, not a child. */
@ -403,6 +383,12 @@ ul.children + .tag-line::before {
color: #787878;
}
/* In case a node isn't displayed in the page, we fade the syntax highlighting */
.not-displayed .open,
.not-displayed .close {
opacity: .5;
}
/* Events */
.markupview-events {
font-size: 8px;