summaryrefslogtreecommitdiff
path: root/searx/static/themes/oscar/css/pointhi.css
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2021-04-28 16:12:34 +0200
committerMarkus Heiser <markus.heiser@darmarit.de>2021-04-28 16:22:47 +0200
commit8291804082fea294af9a3594417d35262109c745 (patch)
treed65be41fcf48bf93bf859602d9d66529f0bed0b7 /searx/static/themes/oscar/css/pointhi.css
parent70cc196e2d933a9a458ec43bf81d8475a57b26df (diff)
[static] make themes.all - from commit 9e8171e38
Based on commit 9e8171e38 this patch is generated by:: make themes.all Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'searx/static/themes/oscar/css/pointhi.css')
-rw-r--r--searx/static/themes/oscar/css/pointhi.css19
1 files changed, 17 insertions, 2 deletions
diff --git a/searx/static/themes/oscar/css/pointhi.css b/searx/static/themes/oscar/css/pointhi.css
index 99ed7b576..2741b6f8e 100644
--- a/searx/static/themes/oscar/css/pointhi.css
+++ b/searx/static/themes/oscar/css/pointhi.css
@@ -1,3 +1,18 @@
+.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;
+}
+.github-issue-button:hover {
+ background-color: #2ea043;
+}
html {
position: relative;
min-height: 100%;
@@ -307,8 +322,8 @@ input[type=checkbox]:not(:checked) + .label_hide_if_checked + .label_hide_if_not
cursor: pointer !important;
}
/*
- this file is generated automatically by searx_extra/update/update_pygments.py
- using pygments version 2.8.0
+ this file is generated automatically by searx_extra/update/update_pygments.py
+ using pygments version 2.8.1
*/
.code-highlight .linenos {
-webkit-touch-callout: none;