]> wagnertech.de Git - mfinanz.git/blobdiff - css/kivitendo/main.css
CTI: wenn kein dial_command vorhanden callto: links rendern
[mfinanz.git] / css / kivitendo / main.css
index 9f712aa4145251fb08f3b82e7c8c342fecbf9fc5..df43f05e730c6c0e1e03352a4ed3dfd506ba5f75 100644 (file)
@@ -34,10 +34,15 @@ 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;
   padding: 0 14px 0 0;
@@ -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;
+}