1
0
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:
Jeremy Ruston 2013-08-09 21:54:55 +01:00
parent a571356f59
commit 5894da2704

View File

@ -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;
}