We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45b8021 commit f35c951Copy full SHA for f35c951
1 file changed
public/stylesheets/DV/components/ui-search.css
@@ -33,17 +33,16 @@
33
font-family: Arial;
34
margin: 2px 5px 0 0;
35
padding: 4px 20px 3px;
36
- height: 14px;
+ height: auto;
37
width:210px;
38
font-size: 11px;
39
line-height: 14px;
40
background: #FFF url(../../../images/DV/embed/search_icon.png) no-repeat 5px 5px;
41
outline: none;
42
}
43
44
-.DV-docViewer .DV-searchInput[type="search"] {
+.DV-docViewer .DV-searchInput[type=text] {
45
margin: 4px 10px 0 0;
46
- height: 22px;
47
48
.DV-searchInput.placeholder {
49
color: #A0A0A0;
0 commit comments