summaryrefslogtreecommitdiff
path: root/webui/static/style2.css
diff options
context:
space:
mode:
Diffstat (limited to 'webui/static/style2.css')
-rw-r--r--webui/static/style2.css34
1 files changed, 0 insertions, 34 deletions
diff --git a/webui/static/style2.css b/webui/static/style2.css
deleted file mode 100644
index f50e8f0..0000000
--- a/webui/static/style2.css
+++ /dev/null
@@ -1,34 +0,0 @@
-.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;
-}