Bug 238498 Remove system colours from Modern theme r=varga sr=jag a=chofmann
git-svn-id: svn://10.0.0.236/trunk@154571 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
331c31e7f4
commit
82334ccd84
@ -73,10 +73,17 @@ treechildren::-moz-tree-row {
|
||||
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) {
|
||||
background-color: #C7D0D9;
|
||||
}
|
||||
|
||||
treechildren[alternatingbackground="true"]::-moz-tree-row(odd, selected, focus),
|
||||
treechildren::-moz-tree-row(selected, focus) {
|
||||
background-color: #424F63;
|
||||
}
|
||||
@ -304,25 +311,3 @@ treechildren.gridlines::-moz-tree-cell {
|
||||
treechildren.gridlines::-moz-tree-row {
|
||||
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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user