X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/ee702b156a31153e2b4fa38d6b90e60625e72323..cfb460aac:/css/kivitendo/main.css diff --git a/css/kivitendo/main.css b/css/kivitendo/main.css index eabddfa54..df43f05e7 100644 --- a/css/kivitendo/main.css +++ b/css/kivitendo/main.css @@ -25,9 +25,6 @@ select { -moz-border-radius: 0; -webkit-border-radius: 0; -khtml-border-radius: 0; - -moz-appearance: none; - -webkit-appearance: none; - -o-appearance: none; background-color: white; border: 1px; border-color: darkgray lightgray lightgray; @@ -37,6 +34,14 @@ select { padding: 1px; } +input[type="text"], input[type="password"] +textarea, +select { + -moz-appearance: none; + -webkit-appearance: none; + -o-appearance: none; +} + select { appearance : none; background: white url('../../image/select-down.png') no-repeat scroll right center; @@ -505,3 +510,10 @@ span.toggle_selected { .customer_dunning_level { font-weight: bold; } + +#expand_all, .expand { + cursor: pointer; + display: block; + max-width: 16px; + max-height: 16px; +}