mirror of https://github.com/searxng/searxng.git
[build] /static
This commit is contained in:
parent
2cc6301c98
commit
e8e81c7432
|
@ -1379,6 +1379,20 @@ th:hover .engine-tooltip,
|
|||
padding: 0.4rem 0;
|
||||
width: 1px;
|
||||
}
|
||||
/* Safari 9+
|
||||
Conditional/Hack CSS from https://browserstrangeness.github.io/css_hacks.html
|
||||
*/
|
||||
@supports (-webkit-marquee-repetition:infinite) and (object-fit:fill) {
|
||||
.twitter-typeahead .tt-input:focus {
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.input-group-btn:last-child > .btn,
|
||||
.input-group-btn:last-child > .btn-group {
|
||||
margin-left: inherit !important;
|
||||
}
|
||||
}
|
||||
|
||||
/*Global*/
|
||||
body {
|
||||
background: #1d1f21 none !important;
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1406,3 +1406,17 @@ th:hover .engine-tooltip,
|
|||
padding: 0.4rem 0;
|
||||
width: 1px;
|
||||
}
|
||||
/* Safari 9+
|
||||
Conditional/Hack CSS from https://browserstrangeness.github.io/css_hacks.html
|
||||
*/
|
||||
@supports (-webkit-marquee-repetition:infinite) and (object-fit:fill) {
|
||||
.twitter-typeahead .tt-input:focus {
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.input-group-btn:last-child > .btn,
|
||||
.input-group-btn:last-child > .btn-group {
|
||||
margin-left: inherit !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1141,3 +1141,17 @@ td:hover .engine-tooltip,
|
|||
padding: 0.4rem 0;
|
||||
width: 1px;
|
||||
}
|
||||
/* Safari 9+
|
||||
Conditional/Hack CSS from https://browserstrangeness.github.io/css_hacks.html
|
||||
*/
|
||||
@supports (-webkit-marquee-repetition:infinite) and (object-fit:fill) {
|
||||
.twitter-typeahead .tt-input:focus {
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.input-group-btn:last-child > .btn,
|
||||
.input-group-btn:last-child > .btn-group {
|
||||
margin-left: inherit !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue