mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 03:57:21 +00:00
Use more specific styles for the field editor stripes
This commit is contained in:
parent
a571356f59
commit
5894da2704
@ -590,11 +590,11 @@ canvas.tw-edit-bitmapeditor {
|
||||
width: 48%;
|
||||
}
|
||||
|
||||
.tw-fieldlist > div:nth-child(odd) {
|
||||
.tw-edit-fields .tw-fieldlist > div:nth-child(odd) {
|
||||
background-color: #f0f4f0;
|
||||
}
|
||||
|
||||
.tw-fieldlist > div:nth-child(even) {
|
||||
.tw-edit-fields .tw-fieldlist > div:nth-child(even) {
|
||||
background-color: #e0e8e0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user