commit
feebcc847f
3 changed files with 6 additions and 5 deletions
|
@ -20,6 +20,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.edit:focus {
|
.edit:focus {
|
||||||
outline: none;
|
|
||||||
/* remove focus border in Safari */
|
/* remove focus border in Safari */
|
||||||
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
|
@ -20,6 +20,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.edit:focus {
|
.edit:focus {
|
||||||
outline: none;
|
|
||||||
/* remove focus border in Safari */
|
/* remove focus border in Safari */
|
||||||
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,14 +3,15 @@
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
display: block;
|
display: block;
|
||||||
resize: none;
|
|
||||||
/* remove resizing handle in Firefox */
|
/* remove resizing handle in Firefox */
|
||||||
|
resize: none;
|
||||||
|
|
||||||
outline: none;
|
|
||||||
/* remove outline on focus in Chrome */
|
/* remove outline on focus in Chrome */
|
||||||
|
outline: none;
|
||||||
|
|
||||||
overflow: auto;
|
|
||||||
/* remove scrollbar in IE */
|
/* remove scrollbar in IE */
|
||||||
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.edit-controls {
|
.edit-controls {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue