X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/c968367eacb7997e9614efd83f996f8f5b3396dd..c60cb1f08f:/css/lx-office-erp/main.css diff --git a/css/lx-office-erp/main.css b/css/lx-office-erp/main.css index 51763ce1e..0bbba27b1 100644 --- a/css/lx-office-erp/main.css +++ b/css/lx-office-erp/main.css @@ -10,7 +10,7 @@ A:hover { color: black; text-decoration: none; } -input, textarea, select { +input, textarea, select, div.cke_textarea_inline { border: 1px; border-color: darkgray lightgray lightgray; border-style: solid; @@ -27,14 +27,14 @@ select { padding: 0 14px 0 0; } -input:focus, textarea:focus, select:focus { +input:focus, textarea:focus, select:focus, div.cke_textarea_inline:focus { background-color: whitesmoke; border: 1px; border-color: gray lightgray lightgray; border-style: solid; } -input:hover, textarea:hover, select:hover { +input:hover, textarea:hover, select:hover, div.cke_textarea_inline:hover { border-color: dimgray darkgray darkgray; } @@ -584,3 +584,18 @@ div.layout-actionbar-combobox div.layout-actionbar-combobox-head span:hover { div.layout-actionbar-combobox div.layout-actionbar-combobox-head span:after { border-color: black transparent; } +div.layout-actionbar .layout-actionbar-default-action { + font-weight: bold; +} + +/* cke editor */ +.cke_top { + padding: 0 !important; +} +.cke_toolgroup { + margin-bottom: 0 !important; + margin-top: 0 !important; +} +.cke_button { + padding: 0px; 6px !important; +}