Use more specific styles for the field editor stripes

print-window-tiddler
Jeremy Ruston 2013-08-09 21:54:55 +01:00
rodzic a571356f59
commit 5894da2704
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -590,11 +590,11 @@ canvas.tw-edit-bitmapeditor {
width: 48%; width: 48%;
} }
.tw-fieldlist > div:nth-child(odd) { .tw-edit-fields .tw-fieldlist > div:nth-child(odd) {
background-color: #f0f4f0; background-color: #f0f4f0;
} }
.tw-fieldlist > div:nth-child(even) { .tw-edit-fields .tw-fieldlist > div:nth-child(even) {
background-color: #e0e8e0; background-color: #e0e8e0;
} }