Skip to content
Snippets Groups Projects

Issue #2161755: Module page is not RTL Friendly

2 files
+ 12
3
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 11
2
@@ -8,17 +8,19 @@
.winnow-clear {
position: absolute;
top: 0;
bottom: 0;
right: 2px;
left: auto;
width: 2%;
height: 100%;
text-align: left;
text-indent: -9999px;
}
.winnow-clear:after {
position: absolute;
right: 0;
top: 20%;
transform: translate(0%, -10%);
padding: 0 0.5em;
height: 100%;
content: '✕';
color: #aaa;
font: 1em/2.2em arial, sans-serif;
@@ -30,3 +32,10 @@
.winnow-clear:hover:after {
opacity: 1;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
display: none;
}
Loading