diff --git a/entity_ux/index.html b/entity_ux/index.html index ea2d9d5..18e6acf 100644 --- a/entity_ux/index.html +++ b/entity_ux/index.html @@ -49,17 +49,19 @@ font-family: sans; text-decoration: underline double;} +tt { background: lightgrey; font-family: mono} + /* style entity inputs */ input[type=text] { width: 10em; } -.required { - background: #800; - color: white; -} -.optional { - background: #dee; -} + +/* text boxes */ +.required { background: #800; color: white; } +.acq { background: #44e; color: white; } +._custom { background: #dae; } +.optional { background: #dee; } +