[imp] made readonly mode
[odoo/odoo.git] / addons / web / static / src / css / base.sass
index 5e43a41..262cc73 100644 (file)
@@ -1211,10 +1211,24 @@ $colour4: #8a89ba
             padding-top: 4px
         .oe_form_field_datetime input
             min-width: 11em
-        .oe_form_field_many2manytags .text-wrap
-            width: 100% !important
-            textarea
+        .oe_form_field_many2manytags
+            .text-wrap
                 width: 100% !important
+                textarea
+                    width: 100% !important
+            .oe_form_field_many2manytags_box
+                border-radius: 2px
+                box-sizing: border-box
+                position: relative
+                float: left
+                border: 1px solid #9DACCC
+                background: #E2E6F0
+                color: black
+                padding: 0px 3px 0px 3px
+                margin: 0 2px 2px 0
+                cursor: pointer
+                height: 16px
+                font: 11px "lucida grande", tahoma, verdana, arial, sans-serif
         .oe_datepicker_container
             display: none
         .oe_datepicker_root