From afe6c0fb7e088ec5d45816b97c4326265ce70480 Mon Sep 17 00:00:00 2001 From: sbosse Date: Mon, 21 Jul 2025 23:36:59 +0200 Subject: [PATCH] Mon 21 Jul 22:43:21 CEST 2025 --- js/ui/botui/src/styles/normal.scss | 34 ++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 js/ui/botui/src/styles/normal.scss diff --git a/js/ui/botui/src/styles/normal.scss b/js/ui/botui/src/styles/normal.scss new file mode 100644 index 0000000..b2bf87b --- /dev/null +++ b/js/ui/botui/src/styles/normal.scss @@ -0,0 +1,34 @@ +/* normalize.css v1.1.3 | MIT License | git.io/normalize */ + +a.botui-message-content-link:focus { + outline: thin dotted; + + &:active, + &:hover { + outline: 0; + } +} + +form.botui-actions-text { + margin: 0; +} + +button.botui-actions-buttons-button, +input.botui-actions-text-input { + margin: 0; + font-size: 100%; + line-height: normal; + *vertical-align: middle; + vertical-align: baseline; + + &::-moz-focus-inner { + border: 0; + padding: 0; + } +} + +button.botui-actions-buttons-button { + cursor: pointer; + *overflow: visible; + -webkit-appearance: button; +}