mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-07 05:18:03 +00:00
Use more specific styles for the field editor stripes
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user