From 118a63c79e97fa6757840d7a79880afb23db8e1b Mon Sep 17 00:00:00 2001 From: Saumit Dinesan Date: Wed, 10 May 2023 02:53:26 +0530 Subject: webui: Rearranging files for flask --- webui/static/style2.css | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 webui/static/style2.css (limited to 'webui/static/style2.css') diff --git a/webui/static/style2.css b/webui/static/style2.css new file mode 100644 index 0000000..f50e8f0 --- /dev/null +++ b/webui/static/style2.css @@ -0,0 +1,34 @@ +.buttonclick { + background-color: #383737; + border-radius: 4px; + border-style: none; + box-sizing: border-box; + color: #fff; + cursor: pointer; + display: inline-block; + font-family: "Farfetch Basis","Helvetica Neue",Arial,sans-serif; + font-size: 16px; + font-weight: 700; + line-height: 1.5; + margin: 0 auto; + margin-top: 10px; + margin-bottom: 10px; + max-width: 200px; + min-height: 44px; + min-width: 10px; + outline: none; + overflow: hidden; + padding: 9px 20px 8px; + position: relative; + text-align: center; + text-transform: none; + user-select: none; + -webkit-user-select: none; + touch-action: manipulation; + width: 100%; +} + +.buttonclick:hover, +.buttonclick:focus { + opacity: .75; +} -- cgit v1.2.3