Revision 8d67627b
Von Sven Schöling vor mehr als 7 Jahren hinzugefügt
css/kivitendo/main.css | ||
---|---|---|
/* Input elements */
|
||
input,
|
||
textarea,
|
||
select {
|
||
select,
|
||
div.cke_textarea_inline {
|
||
-moz-border-radius: 0;
|
||
-webkit-border-radius: 0;
|
||
-khtml-border-radius: 0;
|
||
... | ... | |
|
||
input:focus,
|
||
textarea:focus,
|
||
select:focus {
|
||
select:focus,
|
||
div.cke_textarea_inline:focus {
|
||
background-color: #ffffa0;
|
||
border: 1px solid #fe5f14;
|
||
}
|
||
... | ... | |
body > div.admin {
|
||
padding-top: 24px;
|
||
}
|
||
|
||
/* cke editor */
|
||
.cke_top {
|
||
padding: 0 !important;
|
||
}
|
||
.cke_toolgroup {
|
||
margin-bottom: 0 !important;
|
||
margin-top: 0 !important;
|
||
}
|
||
.cke_button {
|
||
padding: 0px; 6px !important;
|
||
}
|
Auch abrufbar als: Unified diff
CKEditor: Styleanpassungen für kivi Integration
- <textarea> Rahmen, hover, active Effekte auch für den Inline Editor
- padding in der Toolbar reduziert, so dass das bei normalem Spacing
so groß ist wie das Element dadrüber. Ähnlich dem inline button
Styling.