1
0
mirror of https://github.com/searxng/searxng.git synced 2024-07-16 14:20:11 +02:00

[build] /static

This commit is contained in:
Alexandre Flament 2021-09-19 22:01:19 +02:00
parent 2cc6301c98
commit e8e81c7432
9 changed files with 48 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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