1
0
Fork 0
forked from 0x2620/oxjs

fix a bug where in empty icon lists, an icon grid would appear for a split-second

This commit is contained in:
rlx 2011-09-01 09:16:41 +00:00
commit 90e795d194
4 changed files with 19 additions and 16 deletions

View file

@ -680,20 +680,21 @@ input.OxInput {
OxEditable
--------------------------------------------------------------------------------
*/
.OxEditable > .OxValue {
// clashes with editable text list cell
._OxEditable > .OxValue {
cursor: pointer;
padding: 0 0 0 1px;
}
.OxEditable div.OxInput {
._OxEditable div.OxInput {
height: 14px;
padding: 0 1px 0 0;
}
.OxEditable input.OxInput {
._OxEditable input.OxInput {
height: 14px;
padding: 0 1px 0 0;
border: 0;
}
.OxEditable textarea.OxInput {
._OxEditable textarea.OxInput {
padding: 0 0 0 1px;
border: 0;
}