зеркало из https://github.com/mozilla/pjs.git
Bug 238498 Remove system colours from Modern theme r=varga sr=jag a=chofmann
This commit is contained in:
Родитель
7b67986c88
Коммит
d7a2eaf6c6
|
@ -73,10 +73,17 @@ treechildren::-moz-tree-row {
|
||||||
height: 1.3em;
|
height: 1.3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* ::::: alternating background ::::: */
|
||||||
|
treechildren[alternatingbackground="true"]::-moz-tree-row(odd) {
|
||||||
|
background-color: #f3f3f3;
|
||||||
|
}
|
||||||
|
|
||||||
|
treechildren[alternatingbackground="true"]::-moz-tree-row(odd, selected),
|
||||||
treechildren::-moz-tree-row(selected) {
|
treechildren::-moz-tree-row(selected) {
|
||||||
background-color: #C7D0D9;
|
background-color: #C7D0D9;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
treechildren[alternatingbackground="true"]::-moz-tree-row(odd, selected, focus),
|
||||||
treechildren::-moz-tree-row(selected, focus) {
|
treechildren::-moz-tree-row(selected, focus) {
|
||||||
background-color: #424F63;
|
background-color: #424F63;
|
||||||
}
|
}
|
||||||
|
@ -304,25 +311,3 @@ treechildren.gridlines::-moz-tree-cell {
|
||||||
treechildren.gridlines::-moz-tree-row {
|
treechildren.gridlines::-moz-tree-row {
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ::::: alternating background ::::: */
|
|
||||||
|
|
||||||
treechildren[alternatingbackground="true"]::-moz-tree-row(odd) {
|
|
||||||
background-color: #f3f3f3;
|
|
||||||
}
|
|
||||||
|
|
||||||
treechildren[alternatingbackground="true"]::-moz-tree-row(odd, selected) {
|
|
||||||
background-color: -moz-Dialog;
|
|
||||||
}
|
|
||||||
|
|
||||||
treechildren[alternatingbackground="true"]::-moz-tree-cell-text(odd, selected) {
|
|
||||||
color: -moz-DialogText;
|
|
||||||
}
|
|
||||||
|
|
||||||
treechildren[alternatingbackground="true"]::-moz-tree-row(odd, selected, focus) {
|
|
||||||
background-color: Highlight;
|
|
||||||
}
|
|
||||||
|
|
||||||
treechildren[alternatingbackground="true"]::-moz-tree-cell-text(odd, selected, focus) {
|
|
||||||
color: HighlightText;
|
|
||||||
}
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче