mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 996622 - [rule view] Use new theme colors for marking changed rules;r=pbrosset
This commit is contained in:
parent
9e68660dbc
commit
4ce24a4fec
@ -126,7 +126,7 @@
|
||||
}
|
||||
|
||||
.ruleview-property {
|
||||
border-left: 2px solid transparent;
|
||||
border-left: 3px solid transparent;
|
||||
clear: right;
|
||||
}
|
||||
|
||||
@ -134,8 +134,12 @@
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.ruleview-property[dirty] {
|
||||
border-left-color: #68E268;
|
||||
.theme-dark .ruleview-property[dirty] {
|
||||
border-left-color: #70bf53; /* Green */
|
||||
}
|
||||
|
||||
.theme-light .ruleview-property[dirty] {
|
||||
border-left-color: #2cbb0f; /* Green */
|
||||
}
|
||||
|
||||
.ruleview-namecontainer > .ruleview-propertyname,
|
||||
|
Loading…
Reference in New Issue
Block a user