X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=css%2Fkivitendo%2Fmain.css;h=6e8e035e95747d7bd524ef4a0dd7430fc7d5c843;hb=28550377f37c6bb63c86cb1460b233b042b29dfc;hp=643759ea2727b5a6703f69f5f7c9111cceb1c496;hpb=e51d60046fda454e4a1c5c6a6b287622d8fb9cc8;p=kivitendo-erp.git diff --git a/css/kivitendo/main.css b/css/kivitendo/main.css index 643759ea2..6e8e035e9 100644 --- a/css/kivitendo/main.css +++ b/css/kivitendo/main.css @@ -21,7 +21,8 @@ body { /* Input elements */ input, textarea, -select { +select, +div.cke_textarea_inline { -moz-border-radius: 0; -webkit-border-radius: 0; -khtml-border-radius: 0; @@ -50,7 +51,8 @@ select { input:focus, textarea:focus, -select:focus { +select:focus, +div.cke_textarea_inline:focus { background-color: #ffffa0; border: 1px solid #fe5f14; } @@ -418,6 +420,7 @@ label { vertical-align: middle; height: 100%; } +.kivi-validator-invalid, .customer-vendor-picker-undefined, .chartpicker-undefined, .projectpicker-undefined, @@ -548,7 +551,6 @@ div.layout-actionbar div.layout-actionbar-link:hover, div.layout-actionbar div.layout-actionbar-submit:hover, div.layout-actionbar div.layout-actionbar-scriptbutton:hover { color: #FE5F14; - border-color: gray !important; } div.layout-actionbar div.layout-actionbar-action-disabled, @@ -559,7 +561,7 @@ div.layout-actionbar div.layout-actionbar-action-disabled:hover { } div.layout-actionbar-combobox div.layout-actionbar-combobox-head span { - border-color: black; + border-color: darkgray; background-color: whitesmoke; } @@ -575,3 +577,24 @@ div.layout-actionbar-combobox div.layout-actionbar-combobox-head span:hover:afte color: #FE5F14; border-color: #FE5F14 transparent; } +div.layout-actionbar .layout-actionbar-default-action { + font-weight: bold; +} + +/* Admin section: the menu itself doesn't occupy space. So make room + at the top of the div covering the whole admin area. */ +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; +}