Skip to content
Snippets Groups Projects
Commit aaec90e4 authored by Michael Hamann's avatar Michael Hamann
Browse files

Fix search button in rtl languages in Chrome

For some reason without position: relative the search button is hidden
in rtl languages.
parent 8770796f
No related branches found
No related tags found
No related merge requests found
...@@ -205,6 +205,7 @@ ...@@ -205,6 +205,7 @@
background-position: 5px 0; background-position: 5px 0;
margin-left: 0; margin-left: 0;
margin-right: -20px; margin-right: -20px;
position: relative;
} }
#dokuwiki__sitetools ul { #dokuwiki__sitetools ul {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment