Firefox 3.6 CSS hack (#4233)

This commit is contained in:
Thomas Bruederli 2015-01-27 16:19:09 +01:00
parent f346aabe12
commit 7b930bfac7

View file

@ -281,6 +281,11 @@
box-sizing: border-box; box-sizing: border-box;
} }
/* Firefox 3.6 */
_:not(), _:-moz-handler-blocked, .notesview #notedetailstitle .tagedit-list {
min-height: 26px;
}
.notesview #notedetailstitle .disabled .tagedit-list { .notesview #notedetailstitle .disabled .tagedit-list {
min-height: 26px; min-height: 26px;
} }