forked from Icycoide/searxng
[build] /static
This commit is contained in:
parent
df06dddc04
commit
1dfac73a64
14 changed files with 133 additions and 83 deletions
|
@ -1532,7 +1532,7 @@ p.btn.btn-default {
|
|||
.label-danger {
|
||||
background: #ad1f12 none !important;
|
||||
}
|
||||
.searx-navbar {
|
||||
.searxng-navbar {
|
||||
background: #333334;
|
||||
height: 2.3rem;
|
||||
font-size: 1.3rem;
|
||||
|
@ -1541,13 +1541,13 @@ p.btn.btn-default {
|
|||
font-weight: bold;
|
||||
margin-bottom: 0.8rem;
|
||||
}
|
||||
.searx-navbar a,
|
||||
.searx-navbar a:hover {
|
||||
.searxng-navbar a,
|
||||
.searxng-navbar a:hover {
|
||||
margin-right: 2rem;
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
}
|
||||
.searx-navbar .instance a {
|
||||
.searxng-navbar .instance a {
|
||||
color: #01D7D4;
|
||||
margin-left: 2rem;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -732,7 +732,7 @@
|
|||
color: #D19A66;
|
||||
}
|
||||
/* Literal.Number.Integer.Long */
|
||||
.searx-navbar {
|
||||
.searxng-navbar {
|
||||
background: #29314D;
|
||||
height: 2.3rem;
|
||||
font-size: 1.3rem;
|
||||
|
@ -741,13 +741,13 @@
|
|||
font-weight: bold;
|
||||
margin-bottom: 0.8rem;
|
||||
}
|
||||
.searx-navbar a,
|
||||
.searx-navbar a:hover {
|
||||
.searxng-navbar a,
|
||||
.searxng-navbar a:hover {
|
||||
margin-right: 2rem;
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
}
|
||||
.searx-navbar .instance a {
|
||||
.searxng-navbar .instance a {
|
||||
color: #01D7D4;
|
||||
margin-left: 2rem;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1037,7 +1037,7 @@ input[type=checkbox]:not(:checked) + .label_hide_if_checked + .label_hide_if_not
|
|||
.cursor-pointer {
|
||||
cursor: pointer !important;
|
||||
}
|
||||
.searx-navbar {
|
||||
.searxng-navbar {
|
||||
background: #eee;
|
||||
color: #aaa;
|
||||
height: 2.3rem;
|
||||
|
@ -1047,12 +1047,12 @@ input[type=checkbox]:not(:checked) + .label_hide_if_checked + .label_hide_if_not
|
|||
font-weight: bold;
|
||||
margin-bottom: 1.3rem;
|
||||
}
|
||||
.searx-navbar a,
|
||||
.searx-navbar a:hover {
|
||||
.searxng-navbar a,
|
||||
.searxng-navbar a:hover {
|
||||
margin-right: 2rem;
|
||||
text-decoration: none;
|
||||
}
|
||||
.searx-navbar .instance a {
|
||||
.searxng-navbar .instance a {
|
||||
color: #444;
|
||||
margin-left: 2rem;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue