Skip to content

Commit cbbf0dd

Browse files
author
cfoe
committed
added magnifier glass icon to search input
1 parent 74a4654 commit cbbf0dd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

interface/web/themes/default/css/screen/content_ispc.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -775,9 +775,10 @@
775775
font-size: 1em;
776776
}
777777
div.gs-container input{
778+
background: url("../../icons/x16/magnifier_left.png") no-repeat 4px 3px #FFFFFF;
778779
height:20px;
779780
border:1px solid #444;
780-
padding:0 5px 2px 5px;
781+
padding:0 22px 2px;
781782
color:#444;
782783
-moz-border-radius:5px;
783784
-webkit-border-radius:5px;
@@ -1051,6 +1052,6 @@
10511052
}
10521053
p.value {
10531054
float:left;
1054-
margin: 0;
1055+
margin: 0 0 0 2px;
10551056
}
10561057
}

0 commit comments

Comments
 (0)