Skip to content

Commit

Permalink
Fix appearance of language and time select boxes
Browse files Browse the repository at this point in the history
  • Loading branch information
Trevor Welsby committed Aug 30, 2021
1 parent 59b782e commit 78643e9
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
7 changes: 5 additions & 2 deletions src/css/searx-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -1548,10 +1548,13 @@ select:focus {
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
border: none;
border-right-color: transparent;
border-left-width: 0px;
border-top-width: 0px;
border-bottom: 1px solid #d7d7d7;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI1MTJweCIgaGVpZ2h0PSI1MTJweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwb2x5Z29uIHBvaW50cz0iMTI4LDE5MiAyNTYsMzIwIDM4NCwxOTIiLz48L2c+PC9zdmc+Cg==) no-repeat;
background-position-x: 105%;
border-right-width: 10px;
background-position-x: calc(100% + 20px);
background-size: 2em;
background-origin: content-box;
outline: medium none;
Expand Down
2 changes: 1 addition & 1 deletion src/css/searx-rtl.min.css

Large diffs are not rendered by default.

7 changes: 5 additions & 2 deletions src/css/searx.css
Original file line number Diff line number Diff line change
Expand Up @@ -1548,10 +1548,13 @@ select:focus {
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
border: none;
border-right-color: transparent;
border-left-width: 0px;
border-top-width: 0px;
border-bottom: 1px solid #d7d7d7;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI1MTJweCIgaGVpZ2h0PSI1MTJweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwb2x5Z29uIHBvaW50cz0iMTI4LDE5MiAyNTYsMzIwIDM4NCwxOTIiLz48L2c+PC9zdmc+Cg==) no-repeat;
background-position-x: 105%;
border-right-width: 10px;
background-position-x: calc(100% + 20px);
background-size: 2em;
background-origin: content-box;
outline: medium none;
Expand Down
2 changes: 1 addition & 1 deletion src/css/searx.min.css

Large diffs are not rendered by default.

Binary file added src/img/searx.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 78643e9

Please sign in to comment.