summaryrefslogtreecommitdiff
path: root/searx/static/themes/__common__/less/new_issue.less
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2021-05-18 08:55:56 +0200
committerGitHub <noreply@github.com>2021-05-18 08:55:56 +0200
commitd255e5637b45a05d7a3b01d261affdcfc120b653 (patch)
treee144ffbe185f6981d7321fafcf8855343fd51923 /searx/static/themes/__common__/less/new_issue.less
parentda2b0562d43a96c1506659b0892245934f3ecf4d (diff)
parent66c84827258271d7dd635da0e0bc983afabd3ca4 (diff)
Merge pull request #81 from return42/csp-bar-graph
[fix] make /stats more CSP compliant
Diffstat (limited to 'searx/static/themes/__common__/less/new_issue.less')
-rw-r--r--searx/static/themes/__common__/less/new_issue.less25
1 files changed, 15 insertions, 10 deletions
diff --git a/searx/static/themes/__common__/less/new_issue.less b/searx/static/themes/__common__/less/new_issue.less
index 339d4ce47..175bd3cec 100644
--- a/searx/static/themes/__common__/less/new_issue.less
+++ b/searx/static/themes/__common__/less/new_issue.less
@@ -1,14 +1,19 @@
.github-issue-button {
- display: block;
- padding: 8px 16px;
- font-family: sans-serif;
- font-size: 16px;
- color: white;
- background-color: #238636 !important; /* important is needed cause to an !important in logicodev-dark */
- border: #2ea043;
- border-radius: 10px !important;
- box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
+ display: block;
+ padding: 8px 16px;
+ font-family: sans-serif;
+ font-size: 16px;
+ color: white;
+ background-color: #238636 !important; /* important is needed cause to an !important in logicodev-dark */
+ border: #2ea043;
+ border-radius: 10px !important;
+ box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
}
+
.github-issue-button:hover {
- background-color: #2ea043;
+ background-color: #2ea043;
+}
+
+.issue-hide {
+ display: none;
}